summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-09-06 14:19:32 -0700
committerCarl Worth <cworth@cworth.org>2006-09-06 14:20:24 -0700
commit8a25471c2535206343e46ea90ac8875fed948363 (patch)
tree5ee0402932b981e53d099667a4f02c8ee17f6336 /autogen.sh
parentb5a64138bb9be97b96e6bf248c559e8d3c6d4ac1 (diff)
autogen.sh: Require automake version 1.9
This is the first version of automake to support a slash in SUBDIRS, (as used by the recent addition of cairo/boilerplate). Thanks to Frederic Peters for pointing this out (fixes bug #8152).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f589c5da..dd5b91ad 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,9 +10,10 @@ AUTOHEADER=${AUTOHEADER-autoheader}
AUTOMAKE_FLAGS="--add-missing --foreign"
AUTOCONF=${AUTOCONF-autoconf}
+# automake 1.9 requires autoconf ???
# automake 1.8 requires autoconf 2.58
# automake 1.7 requires autoconf 2.54
-automake_min_vers=1.7
+automake_min_vers=1.9
aclocal_min_vers=$automake_min_vers
autoconf_min_vers=2.54
libtoolize_min_vers=1.4