summaryrefslogtreecommitdiffstats
path: root/gettext-tools/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-05-24 16:18:24 +0200
committerBruno Haible <bruno@clisp.org>2010-06-03 15:05:28 +0200
commitc58360a674dc7902523ced0096808201f1321ba4 (patch)
tree03ba2a3c09de7cd350f036e734d698c3655436c5 /gettext-tools/configure.ac
parent6790213abfb628056d52cd77f6a2d67823952646 (diff)
downloadexternal_gettext-c58360a674dc7902523ced0096808201f1321ba4.zip
external_gettext-c58360a674dc7902523ced0096808201f1321ba4.tar.gz
external_gettext-c58360a674dc7902523ced0096808201f1321ba4.tar.bz2
Use the newest regex module from gnulib.
Diffstat (limited to 'gettext-tools/configure.ac')
-rw-r--r--gettext-tools/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
index af51c04..1a02712 100644
--- a/gettext-tools/configure.ac
+++ b/gettext-tools/configure.ac
@@ -84,6 +84,7 @@ AC_EXEEXT
dnl Make sure we see all GNU and Solaris extensions.
gl_EARLY
+grgl_EARLY
gtpo_EARLY
dnl Check for build configuration.
@@ -153,6 +154,7 @@ AC_SUBST([MSGMERGE_LIBM])
dnl Checks for header files, functions and declarations.
gl_INIT
+grgl_INIT
gtpo_INIT
dnl Checks for header files.
@@ -175,7 +177,6 @@ AC_CHECK_FUNCS([select])
AC_FUNC_VFORK
gt_SIGINFO
gt_SETLOCALE
-gt_LIBGREP
AC_C_BIGENDIAN([endianness=1], [endianness=0],
[echo "AC-C-BIGENDIAN fails to work on your system." | sed -e 's,-,_,g' 1>&2