From b08d097223be25596932b6aaccee34cf37d18e72 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 12 May 2011 12:03:06 +0100 Subject: [PATCH] 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. --- bootstrap | 1 + 1 file changed, 1 insertion(+) 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 \ -- 1.8.3.1