From 1903f382d830285a5e2c85a55a7a9c0b59d56c62 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Tue, 11 Jun 2013 11:00:14 -0400 Subject: [PATCH] UPdated bootstrap to force libtoolize --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 3e07f660d..d7b8cb01c 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,5 @@ #!/bin/sh aclocal \ - && (libtoolize -c || glibtoolize -c) \ + && (libtoolize -c --force || glibtoolize -c --force) \ && automake --foreign --add-missing --copy \ && autoconf -- GitLab