From: Alex Nelson Date: Tue, 6 Sep 2011 01:52:58 +0000 (-0700) Subject: Mac OS X: Run glibtoolize in absence of libtoolize X-Git-Tag: 1.3.2~14 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=74c193566426bdf857ced781c36decb77d9fd755;p=hivex.git Mac OS X: Run glibtoolize in absence of libtoolize Signed-off-by: Alex Nelson --- diff --git a/bootstrap b/bootstrap index 79b6717..b2960c1 100755 --- a/bootstrap +++ b/bootstrap @@ -36,7 +36,7 @@ autopoint --force # Autoreconf runs aclocal before libtoolize, which causes spurious # warnings if the initial aclocal is confused by the libtoolized # (or worse out-of-date) macro directory. -libtoolize --copy --install +libtoolize --copy --install || glibtoolize --copy --install # Create gettext configuration. echo "$0: Creating po/Makevars from po/Makevars.template ..."