summaryrefslogtreecommitdiffstats
path: root/doc/tools/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-14 03:29:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-14 03:29:01 +0000
commite84c52869baf3ba40890f37887e1e0893079bdf3 (patch)
tree5fdd1e37f4c753b42bc822c931ab82fb7a62e412 /doc/tools/configure.ac
parent2003-02-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e84c52869baf3ba40890f37887e1e0893079bdf3.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to '')
-rw-r--r--doc/tools/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index d36f5fde7c..39869adf0c 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -4,6 +4,8 @@ AC_PREREQ(2.57)
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([word-replace2])
+AC_CONFIG_AUX_DIR([../..])
+RTEMS_VERSIONING
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
dnl Checks for programs.
@@ -22,11 +24,6 @@ AC_CHECK_FUNCS(strdup strstr)
AC_CONFIG_FILES([Makefile
bmenu/Makefile
-src2html/Makefile
-src2html1.4a/Makefile
-src2html1.4a/Ctags/Makefile
-src2html1.4a/FreeBSD/Makefile
-src2html1.4a/ctags-emacs/Makefile
texi2www/Makefile
])
AC_OUTPUT