diff options
author | Bruno Haible <bruno@clisp.org> | 2011-06-05 14:12:17 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-07 23:39:50 +0200 |
commit | 77a06c5b698ae8206014cd9ba06cbffd952b796d (patch) | |
tree | 5d3b4ab097bab880d77e00243e4aa30759c0d5fa /autogen.sh | |
parent | fc350cd47dc0c05406650de758e525f9a57d05b6 (diff) | |
download | gettext-77a06c5b698ae8206014cd9ba06cbffd952b796d.tar.gz |
libgrep needs mbrlen.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 48aa5bcd6..ce74e6bd1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -251,6 +251,7 @@ if ! $skip_gnulib; then --import --avoid=hash-tests $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES $GNULIB_MODULES_TOOLS_OTHER # In gettext-tools/libgrep: GNULIB_MODULES_TOOLS_FOR_LIBGREP=' + mbrlen 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 \ |