summaryrefslogtreecommitdiffstats
path: root/contrib/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/ChangeLog4
-rw-r--r--contrib/cygwin/configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/cygwin/ChangeLog b/contrib/cygwin/ChangeLog
index 6c8175ecc9..f28e5b645c 100644
--- a/contrib/cygwin/ChangeLog
+++ b/contrib/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
diff --git a/contrib/cygwin/configure.ac b/contrib/cygwin/configure.ac
index 55df06ccc9..a0626c9dcc 100644
--- a/contrib/cygwin/configure.ac
+++ b/contrib/cygwin/configure.ac
@@ -1,10 +1,10 @@
## $Id$
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-contrib-cygwin],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([setup])
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.8])
test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
. ./setup.cache