From: Richard W.M. Jones Date: Thu, 12 May 2011 11:03:06 +0000 (+0100) Subject: bootstrap: Force gnulib-tool --libtool option. X-Git-Tag: 1.2.6~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b08d097223be25596932b6aaccee34cf37d18e72;p=hivex.git 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. --- 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 \