summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-10-13 08:18:38 +0000
committerCarl Worth <cworth@cworth.org>2004-10-13 08:18:38 +0000
commitd8b24a4ee035071db8b65c1fcc37ef467b70e2c7 (patch)
tree0b6e76661845bcc36072591eb4fdb2c03d3914ed /autogen.sh
parentf9b0020850ac62f37989e6828a69ddaa421d722b (diff)
downloadcairo-d8b24a4ee035071db8b65c1fcc37ef467b70e2c7.tar.gz
automake 1.4 seems to be sufficient. Don't require 1.6.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a952f4c53..dbe36ddf6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,8 +14,8 @@ AUTOCONF=${AUTOCONF-autoconf}
# automake 1.8 requires autoconf 2.58
# automake 1.7 requires autoconf 2.54
-# I don't know what automake 1.6 wants, but this seems to work...
-automake_min_vers=1.6
+# I don't know what automake 1.4 wants, but the following seems to work...
+automake_min_vers=1.4
aclocal_min_vers=$automake_min_vers
autoconf_min_vers=2.54
libtoolize_min_vers=1.4