summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm@src.gnome.org>2003-08-09 00:35:30 +0000
committerMalcolm Tredinnick <malcolm@src.gnome.org>2003-08-09 00:35:30 +0000
commit1ee2eaf5acf212f131e9dd17099cbc466b3b6524 (patch)
tree3eb64df621ebc02669dd0aca298828a708783627
parent0fe422f348105eb4319b264fa7d24e08602a749b (diff)
downloadatk-1ee2eaf5acf212f131e9dd17099cbc466b3b6524.tar.gz
Clarify an error message.
* autogen.sh: Clarify an error message.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c1163a..e8e3542 100644
--- 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.
diff --git a/autogen.sh b/autogen.sh
index 32d042b..43b1997 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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