From: Paul Eggert Date: Fri, 13 Apr 2007 21:21:27 +0000 (+0000) Subject: * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by X-Git-Tag: cvs-readonly~533 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=9fadfa9ef480ef5c55eef7a32f17f1055e449977;p=gnulib.git * 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. --- diff --git a/ChangeLog b/ChangeLog index ca8c02e67..85172aff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-13 Paul Eggert + + * 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 * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 329408505..c02896789 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -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 &&