24
24
## jump out if one of the programs returns 'false'
30
31
if test x$LIBTOOLIZE = x; then
33
32
if test \! "x`which libtoolize-1.5 2> /dev/null | grep -v '^no'`" = x; then
34
33
LIBTOOLIZE=libtoolize-1.5
35
34
elif test \! "x`which libtoolize 2> /dev/null | grep -v '^no'`" = x; then
38
39
echo "libtoolize 1.5.x wasn't found, exiting"; exit 0