From a53dba93b22b2700013bbbff1fec9dc6ff0a1c11 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 18 Feb 2003 20:09:13 +0000 Subject: [PATCH] hopefully silence some versions of which --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ca1fb58ed..39a0e7d8e 100755 --- a/bootstrap +++ b/bootstrap @@ -22,7 +22,7 @@ if test "$1" = "clean"; then exit 0 fi # Check libtoolize version, fix for Debian/Woody -if test -z `which glibtoolize` ; then +if test -z `which glibtoolize 2> /dev/null` ; then libtoolize=libtoolize else libtoolize=glibtoolize