summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Nelson <ajnelson@cs.ucsc.edu>2011-09-05 18:52:58 -0700
committerRichard W.M. Jones <rjones@redhat.com>2011-09-06 13:40:15 +0100
commit74c193566426bdf857ced781c36decb77d9fd755 (patch)
tree4187182ef44b2d979b2d22db36a555155ab5253c
parentc34dc36dfca3b63275af00a00feef718d6f3afb4 (diff)
downloadhivex-74c193566426bdf857ced781c36decb77d9fd755.tar.gz
hivex-74c193566426bdf857ced781c36decb77d9fd755.tar.xz
hivex-74c193566426bdf857ced781c36decb77d9fd755.zip
Mac OS X: Run glibtoolize in absence of libtoolize
Signed-off-by: Alex Nelson <ajnelson@cs.ucsc.edu>
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
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 ..."