summaryrefslogtreecommitdiff
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:11:05 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:11:05 +0000
commit3b59bb0a607ec27ea60f07d1cd5d1bbb4483c832 (patch)
treec119edaa8374e7b6387de7aa7d65b143732af5db /scripts/autogen.sh
parenteb5718390731a9746c556317e641320b671f2091 (diff)
Imported Upstream version 4.2.7
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)"
}