Files
rtems/doc/tools/configure.in
Joel Sherrill 92d528b714 Patch from Ralf Corsepies <corsepiu@faw.uni-ulm.de> that
fixes handling of word-replace and removes tool/update.
2000-05-08 16:29:38 +00:00

33 lines
673 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
AC_PREREQ(2.13)
AC_INIT(word-replace2)
AM_INIT_AUTOMAKE(rtemsdoc-tools,0.0.0,no)
dnl Checks for programs.
AC_PROG_CC
dnl Checks for libraries.
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(limits.h)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
AC_CHECK_FUNCS(strdup strstr)
AC_OUTPUT(
Makefile
bmenu/Makefile
src2html/Makefile
src2html1.4a/Makefile
src2html1.4a/Ctags/Makefile
src2html1.4a/FreeBSD/Makefile
src2html1.4a/ctags-emacs/Makefile
pdl2texi/Makefile
texi2www/Makefile
)