summaryrefslogtreecommitdiffstats
path: root/doc/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-22 05:39:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-22 05:39:11 +0000
commit4b1f9242ae2fb343ee2c91a5ced93cb03ce3b929 (patch)
treeef5499bfea81a36df73d2a8eeaf0677b772e0977 /doc/configure.ac
parent2003-01-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4b1f9242ae2fb343ee2c91a5ced93cb03ce3b929.tar.bz2
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require autoconf-2.57. Require automake-1.7.2. Remove started/pictures/Makefile. * started/Makefile.am: Merge-in pictures/Makefile.am * started/pictures/Makefile.am: Remove.
Diffstat (limited to 'doc/configure.ac')
-rw-r--r--doc/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/configure.ac b/doc/configure.ac
index bfcd50e17f..94193d79af 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.52)
+AC_PREREQ(2.57)
AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
AC_CONFIG_AUX_DIR([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.6])
+AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AM_MAINTAINER_MODE
AC_ARG_ENABLE(html,
@@ -143,7 +143,6 @@ develenv/Makefile
user/Makefile
bsp_howto/Makefile
started/Makefile
-started/pictures/Makefile
porting/Makefile
networking/Makefile
posix_users/Makefile