Prevent warning about unused variable in test.
[hivex.git] / bootstrap
index 88cb205..79b6717 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -55,21 +55,19 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
 <$gnulib_tool || exit
 
 modules='
-arpa_inet
+byteswap
 c-ctype
-closeout
+fcntl
 full-read
 full-write
 gitlog-to-changelog
 gnu-make
 gnumakefile
 ignore-value
+inttypes
 maintainer-makefile
 manywarnings
-netinet_in
 progname
-strchrnul
-strerror
 strndup
 vasprintf
 vc-list-files
@@ -79,6 +77,7 @@ xstrtoll
 '
 
 $gnulib_tool                   \
+  --libtool                     \
   --avoid=dummy                        \
   --with-tests                 \
   --m4-base=m4                 \