aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-06-22 22:50:40 +0000
committerJörg Mayer <jmayer@loplof.de>2003-06-22 22:50:40 +0000
commite0d4c9a309e0c421e7f220ab26d50dd27564ca00 (patch)
treebb71fafea1a60f0ec2a5bac9bee606d73502d0ee /autogen.sh
parentf8355dc7cbae9ddc964ef277145c197a270d55eb (diff)
Don't print warnings about not finding glibtool
svn path=/trunk/; revision=7914
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 9de86fa20a..6ada74cd08 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.25 2003/06/22 22:23:33 jmayer Exp $
+# $Id: autogen.sh,v 1.26 2003/06/22 22:50:40 jmayer Exp $
DIE=true
PROJECT="Ethereal"
@@ -58,8 +58,8 @@ esac
#
# Check for "glibtool" first.
#
-LTVER=`glibtool --version | grep ' libtool)' | \
- sed 's/.*) \([0-9][0-9.]*\) .*/\1/' `
+LTVER=`glibtool --version 2>/dev/null | grep ' libtool)' | \
+ sed 's/.*) \([0-9][0-9.]*\) .*/\1/'`
if test -z "$LTVER"
then
LTVER=`libtool --version | grep ' libtool)' | \