summaryrefslogtreecommitdiffstats
path: root/scripts/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 /scripts/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 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 2ac124a12c..58f0b01491 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([binutils])
RTEMS_TOP([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.8])
+AM_INIT_AUTOMAKE([no-define foreign 1.9)
AC_CANONICAL_HOST