From 013285bb7abf23142ab228ba4af68c7975358712 Mon Sep 17 00:00:00 2001 From: Christian Thalinger Date: Wed, 23 Apr 2008 09:39:27 +0200 Subject: [PATCH] * autogen.sh: Fixed error output. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1