Clarify an error message.
authorMalcolm Tredinnick <malcolm@src.gnome.org>
Sat, 9 Aug 2003 00:35:30 +0000 (00:35 +0000)
committerMalcolm Tredinnick <malcolm@src.gnome.org>
Sat, 9 Aug 2003 00:35:30 +0000 (00:35 +0000)
* autogen.sh: Clarify an error message.

ChangeLog
autogen.sh

index 7c1163a..e8e3542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
+       
+       * autogen.sh: Clarify an error message.
+
 2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
 
        * configure.in: Added "hi" in ALL_LINGUAS.
index 32d042b..43b1997 100755 (executable)
@@ -23,7 +23,7 @@ if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
 fi
 if $have_libtool ; then : ; else
        echo
-       echo "You must have libtool 1.4 installed to compile $PROJECT."
+       echo "You must have libtool 1.4 or 1.5 installed to compile $PROJECT."
        echo "Install the appropriate package for your distribution,"
        echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
        DIE=1