gzip bootstrap.conf to avoid dragging in i18n machinery.
(gnulib_tool_option): Use it.
+2007-04-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
+ gzip bootstrap.conf to avoid dragging in i18n machinery.
+ (gnulib_tool_option): Use it.
+
2007-04-13 Bruno Haible <bruno@clisp.org>
* tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
$build_aux/config.sub
doc/INSTALL
"
+# Additional gnulib-tool options to use. Use "\newline" to break lines.
+gnulib_tool_option_extras=
# Other locale categories that need message catalogs.
EXTRA_LOCALE_CATEGORIES=
--source-base $bt/lib/\
--tests-base $bt/tests\
--local-dir gl\
+$gnulib_tool_option_extras\
"
echo "$0: $gnulib_tool $gnulib_tool_options --import ..."
$gnulib_tool $gnulib_tool_options --import $gnulib_modules &&