summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSander Vesik <sander.vesik@sun.com>2002-08-30 16:08:28 +0000
committerSander Vesik <sander@src.gnome.org>2002-08-30 16:08:28 +0000
commit5548e6730ef265f92f3c439bff3f18a32ec521f8 (patch)
tree545c1deae484330cfcd7f275002f0eb019a0be3a /autogen.sh
parent79d292e257cda08161ca05ed0b2265cd2a1c748a (diff)
downloadpygtk-5548e6730ef265f92f3c439bff3f18a32ec521f8.tar.gz
use automake-1.6/aclocal-1.6 unless otherwise requested
2002-08-30 Sander Vesik <sander.vesik@sun.com> * autogen.sh: use automake-1.6/aclocal-1.6 unless otherwise requested
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 1242fde1..416a9472 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,8 +12,8 @@ FILE=gtk
DIE=0
-test -z "$AUTOMAKE" && AUTOMAKE=automake
-test -z "$ACLOCAL" && ACLOCAL=aclocal
+test -z "$AUTOMAKE" && AUTOMAKE=automake-1.6
+test -z "$ACLOCAL" && ACLOCAL=aclocal-1.6
test -z "$AUTOCONF" && AUTOCONF=autoconf
test -z "$AUTOHEADER" && AUTOHEADER=autoheader