From 810720b633b95b1cf109ab113890b078bfab2e1c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 12 Dec 2003 03:28:02 +0000 Subject: 2003-12-12 Ralf Corsepius * configure.ac: Require automake >= 1.8, autoconf >= 2.59. --- doc/tools/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tools/configure.ac') diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac index 46029e60ad..b8a233279e 100644 --- a/doc/tools/configure.ac +++ b/doc/tools/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl NOTE: This is a very coarse port to automake -AC_PREREQ(2.57) +AC_PREREQ(2.59) AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([word-replace2]) RTEMS_TOP([../..]) -AM_INIT_AUTOMAKE([no-define foreign 1.7.2]) +AM_INIT_AUTOMAKE([no-define foreign 1.8]) dnl Checks for programs. AC_PROG_CC -- cgit v1.2.3