summaryrefslogtreecommitdiffstats
path: root/doc/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:54 +0000
commit21e473b0b061fb10d47319ed8607e2b8d1e7efc4 (patch)
tree89df20c089f9aaf883eacd281e1b7de93dc939b4 /doc/configure.ac
parent2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-21e473b0b061fb10d47319ed8607e2b8d1e7efc4.tar.bz2
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Require automake-1.5. * project.am: Reworked. * main.am: New. * configure.ac: New. * configure.in: Removed. * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
Diffstat (limited to '')
-rw-r--r--doc/configure.ac (renamed from doc/configure.in)13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/configure.in b/doc/configure.ac
index add8dd4a5b..d4ed9905a9 100644
--- a/doc/configure.in
+++ b/doc/configure.ac
@@ -1,10 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.13)
+AC_PREREQ(2.52)
-AC_INIT(project.am)
+AC_INIT
+AC_CONFIG_SRCDIR([project.am])
-RTEMS_VERSION=eng-20010816b
+RTEMS_VERSION=4.5.0-beta3
AM_INIT_AUTOMAKE(rtemsdoc,${RTEMS_VERSION},no)
AM_MAINTAINER_MODE
@@ -131,8 +132,7 @@ dnl Checks for library functions.
AC_CONFIG_SUBDIRS(tools)
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems_support.html
index.html
images/Makefile
@@ -167,4 +167,5 @@ supplements/sparc/Makefile
supplements/template/Makefile
gnu_docs/Makefile
src2html/Makefile
-)
+])
+AC_OUTPUT