summaryrefslogtreecommitdiff
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/autogen.sh')
-rw-r--r--scripts/autogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index deb339a..e1cc586 100644
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -33,14 +33,14 @@ libtool_point=`echo $libtoolv | awk -F. '{print $3}'`
test "$libtool_major" -le 1 && {
test "$libtool_minor" -lt 4 || {
- test "$libtool_minor" -eq 4 -a "$libtool_point" -lt 2
+ test "$libtool_minor" -eq 4 -a "$libtool_point" -lt 3
}
} && {
echo
- echo "**Warning**: You should have \`libtool' 1.4.2 or newer installed to"
+ echo "**Warning**: You should have \`libtool' 1.4.3 or newer installed to"
echo "create a gimp-print distribution. Earlier versions of gettext do"
echo "not generate correct code for all platforms."
- echo "Get ftp://ftp.gnu.org/pub/gnu/libtool/libtool-1.4.2.tar.gz"
+ echo "Get ftp://ftp.gnu.org/pub/gnu/libtool/libtool-1.4.3.tar.gz"
echo "(or a newer version if it is available)"
}