From: Christian Thalinger Date: Wed, 23 Apr 2008 07:39:27 +0000 (+0200) Subject: * autogen.sh: Fixed error output. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=013285bb7abf23142ab228ba4af68c7975358712;p=cacao.git * autogen.sh: Fixed error output. --- diff --git a/autogen.sh b/autogen.sh index a1374f164..1c6c633c8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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