summaryrefslogtreecommitdiffstats
path: root/doc/tools/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 17:38:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 17:38:24 +0000
commit551857b0d30155283496f847e43c512c05c5da73 (patch)
tree70c7451292246633588f23f7306f6b5796d8729f /doc/tools/configure.ac
parent2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-551857b0d30155283496f847e43c512c05c5da73.tar.bz2
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Autoupdate to 2.52. Remove pdl2texi. * Makefile.am: Remove pdl2texi.
Diffstat (limited to '')
-rw-r--r--doc/tools/configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index aa4fc2ffd2..3a2d0068ef 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -1,8 +1,9 @@
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_PREREQ(2.52)
-AC_INIT(word-replace2)
+AC_INIT
+AC_CONFIG_SRCDIR([word-replace2])
AM_INIT_AUTOMAKE(rtemsdoc-tools,0.0.0,no)
dnl Checks for programs.
@@ -19,14 +20,13 @@ dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
AC_CHECK_FUNCS(strdup strstr)
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([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
-)
+])
+AC_OUTPUT