summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-05 15:01:55 +0000
committerCarl Worth <cworth@cworth.org>2005-08-05 15:01:55 +0000
commit549b7ff2a66335dc18434790895d4b4a25a76ba4 (patch)
treeb79bc7f473c514ef770b865b3a3196c50b17f89f /autogen.sh
parentec93e241b0cf161216dab27eeee3917a71230aa7 (diff)
downloadcairo-549b7ff2a66335dc18434790895d4b4a25a76ba4.tar.gz
Bump automake_min_vers up to 1.7 since we clearly don't work with 1.4 anymore.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index ae8acc606..8dd21ea68 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,8 +14,7 @@ AUTOCONF=${AUTOCONF-autoconf}
# automake 1.8 requires autoconf 2.58
# automake 1.7 requires autoconf 2.54
-# I don't know what automake 1.4 wants, but the following seems to work...
-automake_min_vers=1.4
+automake_min_vers=1.7
aclocal_min_vers=$automake_min_vers
autoconf_min_vers=2.54
libtoolize_min_vers=1.4