* build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Apr 2007 21:21:27 +0000 (21:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Apr 2007 21:21:27 +0000 (21:21 +0000)
gzip bootstrap.conf to avoid dragging in i18n machinery.
(gnulib_tool_option): Use it.

ChangeLog
build-aux/bootstrap

index ca8c02e..85172af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 3294085..c028967 100755 (executable)
@@ -103,6 +103,8 @@ gnulib_extra_files="
        $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=
@@ -460,6 +462,7 @@ gnulib_tool_options="\
  --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 &&