aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-22 22:50:40 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-22 22:50:40 +0000
commit21da8890196a481a04f6fe0cbeaa6d8ffc6d86bf (patch)
treebb71fafea1a60f0ec2a5bac9bee606d73502d0ee /autogen.sh
parent97d58b0fab4c629e1a7cab227c842ace3e3ea669 (diff)
Don't print warnings about not finding glibtool
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7914 f5534014-38df-0310-8fa8-9805f1628bb7
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)' | \