From 74c193566426bdf857ced781c36decb77d9fd755 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 5 Sep 2011 18:52:58 -0700 Subject: Mac OS X: Run glibtoolize in absence of libtoolize Signed-off-by: Alex Nelson --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..." -- cgit