hopefully silence some versions of which

This commit is contained in:
Bill Currie 2003-02-18 20:09:13 +00:00
parent 5b79b7512a
commit a53dba93b2

View file

@ -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