From 049042851a1a9d41db16de4a64d033314c107e1d Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 26 Jun 2002 18:42:50 +0000 Subject: [PATCH] silence the warning when glibtool is not found.. --- build/buildcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 1165ee1b5f..b7f197e6b3 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,7 +16,7 @@ # | Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.17 2002-06-26 08:39:39 sas Exp $ +# $Id: buildcheck.sh,v 1.18 2002-06-26 18:42:50 sniper Exp $ # echo "buildconf: checking installation..." @@ -61,7 +61,7 @@ fi # libtool 1.4 or newer # Prefer glibtool over libtool for Mac OS X compatibility -libtool=`which glibtool` +libtool=`which glibtool 2> /dev/null` if test ! -f "$libtool"; then libtool=`which libtool`; fi lt_pversion=`$libtool --version 2>/dev/null|sed -n -e 's/^[^0-9]*//' -e 1's/[- ].*//p'` if test "$lt_pversion" = ""; then -- 2.50.1