]> git.street.me.uk Git - andy/viking.git/commitdiff
Fix autogen.sh to remove the assumption that version 1.9 of automake is available...
authorQuy Tonthat <qtonthat@gmail.com>
Mon, 10 Dec 2007 13:37:19 +0000 (13:37 +0000)
committerQuy Tonthat <qtonthat@gmail.com>
Mon, 10 Dec 2007 13:37:19 +0000 (13:37 +0000)
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
ChangeLog
autogen.sh

index be3a44f1098c3ebd5aeaeb02854946bcd9ec9a3f..39a09a2f00d7778dfb205fbf4b478e9136cf19b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-07
+Qut Tonthat <qtonthat@gmail.com>:
+       * Fix autogen.sh to remove the assumption that version 1.9 of automake
+       is available on all systems.
+
 2007-12-07
 Evan Battaglia <gtoevan@gmx.net>:
        * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
index 9de378ee487a7d6b88f7c4564dba5cd11a9318f1..cfdbb3b294a9cfc52482c24cd935b6f2e5cae1db 100755 (executable)
@@ -3,8 +3,8 @@
 
 : ${AUTOCONF=autoconf}
 : ${AUTOHEADER=autoheader}
-: ${AUTOMAKE=automake-1.9}
-: ${ACLOCAL=aclocal-1.9}
+: ${AUTOMAKE=automake}
+: ${ACLOCAL=aclocal}
 : ${LIBTOOLIZE=libtoolize}
 : ${INTLTOOLIZE=intltoolize}
 : ${LIBTOOL=libtool}