summaryrefslogtreecommitdiffstats
path: root/doc/tools/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:53 +0000
commit1615cf1243739773e1aedfb94bcc7c986749770f (patch)
treef4dadcdfe1e542206bda2326965bb2237704a7a5 /doc/tools/configure.in
parent2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1615cf1243739773e1aedfb94bcc7c986749770f.tar.bz2
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Require automake-1.5.
Diffstat (limited to 'doc/tools/configure.in')
-rw-r--r--doc/tools/configure.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/tools/configure.in b/doc/tools/configure.in
deleted file mode 100644
index aa4fc2ffd2..0000000000
--- a/doc/tools/configure.in
+++ /dev/null
@@ -1,32 +0,0 @@
-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
-)