* autogen.sh: Fixed error output.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Wed, 23 Apr 2008 07:39:27 +0000 (09:39 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Wed, 23 Apr 2008 07:39:27 +0000 (09:39 +0200)
autogen.sh

index a1374f1642ed37320828d2c2aa290d62431d8f57..1c6c633c87997a93f81cd87d36be0ff21aa67ddc 100755 (executable)
@@ -19,7 +19,7 @@ done
 
 if test ${CACAO_HAVE_LIBTOOLIZE} = false; then
     echo "No proper libtoolize was found."
-    echo "You must have libtool 1.5 installed."
+    echo "You must have libtool 1.5 or later installed."
     exit 1
 fi