mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
hopefully silence some versions of which
This commit is contained in:
parent
5b79b7512a
commit
a53dba93b2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if test "$1" = "clean"; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
# Check libtoolize version, fix for Debian/Woody
|
# Check libtoolize version, fix for Debian/Woody
|
||||||
if test -z `which glibtoolize` ; then
|
if test -z `which glibtoolize 2> /dev/null` ; then
|
||||||
libtoolize=libtoolize
|
libtoolize=libtoolize
|
||||||
else
|
else
|
||||||
libtoolize=glibtoolize
|
libtoolize=glibtoolize
|
||||||
|
|
Loading…
Reference in a new issue