aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 00:02:43 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 00:02:43 +0000
commit9414f07afb75b507e00c961972fe2a270f76f24f (patch)
treec7d4901625ad7f23669632b22129360a910921df /autogen.sh
parent57d054530b0fdcec5956207871aa36a5db4e3d28 (diff)
Libtool requires version 1.4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10309 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index b6b7455e34..a5b698d39c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.29 2004/03/04 08:25:22 jmayer Exp $
+# $Id: autogen.sh,v 1.30 2004/03/05 00:02:43 jmayer Exp $
DIE=true
PROJECT="Ethereal"
@@ -69,12 +69,11 @@ else
LIBTOOLIZE=glibtoolize
fi
case "$LTVER" in
-0* | 1\.[0-2] | 1\.[0-2][a-z]* | \
-1\.3\.[0-2] | 1\.3\.[0-2][a-z]* )
+0* | 1\.[0-3]* )
cat >&2 <<_EOF_
- You must have libtool 1.3.3 or later installed to compile $PROJECT.
+ You must have libtool 1.4 or later installed to compile $PROJECT.
Download the appropriate package for your distribution/OS,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/
_EOF_