summaryrefslogtreecommitdiffstats
path: root/contrib/cygwin/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-09-24 05:54:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-09-24 05:54:59 +0000
commit97891e5ea3676281144768e1c26e124d01f9f6c6 (patch)
treecd9b6a89937628afded197d279edd0c120f07845 /contrib/cygwin/configure.ac
parent2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-97891e5ea3676281144768e1c26e124d01f9f6c6.tar.bz2
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
Diffstat (limited to 'contrib/cygwin/configure.ac')
-rw-r--r--contrib/cygwin/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygwin/configure.ac b/contrib/cygwin/configure.ac
index a0626c9dcc..4eb0683659 100644
--- a/contrib/cygwin/configure.ac
+++ b/contrib/cygwin/configure.ac
@@ -4,7 +4,7 @@ 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.8])
+AM_INIT_AUTOMAKE([no-define foreign 1.9)
test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
. ./setup.cache