From 1ee2eaf5acf212f131e9dd17099cbc466b3b6524 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 9 Aug 2003 00:35:30 +0000 Subject: [PATCH] Clarify an error message. * autogen.sh: Clarify an error message. --- ChangeLog | 4 ++++ autogen.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c1163a..e8e3542 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-08 Malcolm Tredinnick + + * autogen.sh: Clarify an error message. + 2003-08-08 Guntupalli Karunakar * 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 -- 2.7.4