From 1f8c1d1d51ca0a57efc3af7e26c6042e162ec399 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Wed, 28 Oct 2009 21:11:54 +0000 Subject: [PATCH] Added bootstrap support for OS X. Bug 2856510 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index a54a60038..db001054c 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,5 @@ #!/bin/sh aclocal \ - && libtoolize \ + && (libtoolize || glibtoolize) \ && automake --foreign --add-missing \ && autoconf -- GitLab