mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue