summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c1771e0..1a547709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-30 Sander Vesik <sander.vesik@sun.com>
+
+ * autogen.sh: use automake-1.6/aclocal-1.6 unless otherwise
+ requested
+
2002-08-30 Matt Wilson <msw@redhat.com>
* gtk/gdk.defs (pixbuf_new_from_file, pixbuf_new_from_data
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