bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bootstrap hook for gzip so that it doesn't need i18n stuff


From: Paul Eggert
Subject: bootstrap hook for gzip so that it doesn't need i18n stuff
Date: Fri, 13 Apr 2007 14:22:08 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

I installed this:

2007-04-13  Paul Eggert  <address@hidden>

        * 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.

Index: build-aux/bootstrap
===================================================================
RCS file: /cvsroot/gnulib/gnulib/build-aux/bootstrap,v
retrieving revision 1.6
diff -u -p -r1.6 bootstrap
--- build-aux/bootstrap 17 Mar 2007 12:04:04 -0000      1.6
+++ build-aux/bootstrap 13 Apr 2007 21:21:23 -0000
@@ -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 &&




reply via email to

[Prev in Thread] Current Thread [Next in Thread]