From: Bruno Haible Date: Fri, 4 Jun 2010 09:55:27 +0000 (+0200) Subject: Don't --avoid too many modules. X-Git-Tag: v0.18.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b823beb9f4f2f37b1f3d5351df97292eec3938;p=thirdparty%2Fgettext.git Don't --avoid too many modules. --- diff --git a/ChangeLog b/ChangeLog index c8e0eb8fa..b9040b1d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * gettext-0.18.1 released. +2010-06-04 Bruno Haible + + * autogen.sh: For libgrep, don't use --avoid of modules with + applicability 'all'. + Reported by Ryan Schmidt . + 2010-06-03 Bruno Haible * README: Remove lots of old cruft. Mention the translators as the diff --git a/autogen.sh b/autogen.sh index 0c333a9bb..85bdbea3d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -259,7 +259,7 @@ if ! $skip_gnulib; then regex ' $GNULIB_TOOL --dir=gettext-tools --macro-prefix=grgl --lib=libgrep --source-base=libgrep --m4-base=libgrep/gnulib-m4 --makefile-name=Makefile.gnulib --local-dir=gnulib-local --local-symlink \ - --import `for m in $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES; do echo --avoid=$m; done` $GNULIB_MODULES_TOOLS_FOR_LIBGREP + --import `for m in $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES; do if test \`$GNULIB_TOOL --extract-applicability $m\` != all; then echo --avoid=$m; fi; done` $GNULIB_MODULES_TOOLS_FOR_LIBGREP # In gettext-tools/libgettextpo: if test -f gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4; then mv -f gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4 gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4~