changeset 8685:c3cb2f3c7f8c

* 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 13 Apr 2007 21:21:27 +0000
parents 9ea5590b49d1
children cfdf67d48bf6
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -103,6 +103,8 @@
 	$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 @@
  --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 &&