summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-12 12:03:06 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-12 12:04:37 +0100
commitb08d097223be25596932b6aaccee34cf37d18e72 (patch)
tree0dea9c336fb8ae9d90ff610c2e6c24683fea4099 /bootstrap
parentbad14617432cc04cee82d5c9291386578522a886 (diff)
downloadhivex-b08d097223be25596932b6aaccee34cf37d18e72.tar.gz
hivex-b08d097223be25596932b6aaccee34cf37d18e72.tar.xz
hivex-b08d097223be25596932b6aaccee34cf37d18e72.zip
bootstrap: Force gnulib-tool --libtool option.
This forces the recent gnulib to generate a libgnu.la file. Otherwise it appears to default to --no-libtool which doesn't generate one.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index e861acb..ecaf2c8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -74,6 +74,7 @@ xstrtoll
'
$gnulib_tool \
+ --libtool \
--avoid=dummy \
--with-tests \
--m4-base=m4 \