bootstrap: Force gnulib-tool --libtool option.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 12 May 2011 11:03:06 +0000 (12:03 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 12 May 2011 11:04:37 +0000 (12:04 +0100)
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

index e861acb..ecaf2c8 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -74,6 +74,7 @@ xstrtoll
 '
 
 $gnulib_tool                   \
+  --libtool                     \
   --avoid=dummy                        \
   --with-tests                 \
   --m4-base=m4                 \