build.sh: Fix the check for libtoolize vs. glibtoolize.
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sat, 7 Feb 2009 09:27:08 +0000 (10:27 +0100)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sat, 7 Feb 2009 09:27:08 +0000 (10:27 +0100)
commit287ad603740db2d8623730a816b07423f25de3d2
treed31523441b282f3e8a44bf933bdf133c2f235f39
parent9af443a932c19ec4c81afd2df0a8ee5a17e7cf08
build.sh: Fix the check for libtoolize vs. glibtoolize.

The `which' command under Mac OS X exits with status 0 even if the program
wasn't found. Use
  libtoolize --version
to check for the program instead..
build.sh