* gettext-0.18.1 released.
+2010-06-04 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh: For libgrep, don't use --avoid of modules with
+ applicability 'all'.
+ Reported by Ryan Schmidt <ryandesign@macports.org>.
+
2010-06-03 Bruno Haible <bruno@clisp.org>
* README: Remove lots of old cruft. Mention the translators as the
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~