summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-09-11 13:29:59 +0000
committerCarl Worth <cworth@cworth.org>2004-09-11 13:29:59 +0000
commit7abd103d2eb0fb7099527f16634c80df247c7a65 (patch)
treea4b4f24bc52701210f670d8b3c31b3e44f00f30c /autogen.sh
parent786904f1aa0dc24f9c206387312eec81e42784d8 (diff)
Require automake 1.6 rather than 1.7 since it seems to work just fine.
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 d365a92b..a952f4c5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,8 @@ AUTOCONF=${AUTOCONF-autoconf}
# automake 1.8 requires autoconf 2.58
# automake 1.7 requires autoconf 2.54
-automake_min_vers=1.7
+# I don't know what automake 1.6 wants, but this seems to work...
+automake_min_vers=1.6
aclocal_min_vers=$automake_min_vers
autoconf_min_vers=2.54
libtoolize_min_vers=1.4