From f5462048fe3cbbf81cc20a94a542845d776c4421 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 28 Aug 2003 14:54:47 +0000 Subject: [PATCH] test for darwin explicity rather than using which --- bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 39a0e7d8e..ed2aa395f 100755 --- a/bootstrap +++ b/bootstrap @@ -22,10 +22,10 @@ if test "$1" = "clean"; then exit 0 fi # Check libtoolize version, fix for Debian/Woody -if test -z `which glibtoolize 2> /dev/null` ; then - libtoolize=libtoolize -else +if test x`uname` = xDarwin ; then libtoolize=glibtoolize +else + libtoolize=libtoolize fi lt=`which $libtoolize` if test -n "$lt" ; then