summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
parent0fe422f348105eb4319b264fa7d24e08602a749b (diff)
downloadatk-1ee2eaf5acf212f131e9dd17099cbc466b3b6524.tar.gz
Clarify an error message.
* autogen.sh: Clarify an error message.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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