summaryrefslogtreecommitdiffstats
path: root/gettext-tools/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-15 19:34:14 +0200
committerBruno Haible <bruno@clisp.org>2009-08-16 02:31:13 +0200
commitc1b075aa2e96bf983123fea8e8ac10127d10e86c (patch)
treeab71a8a481b19b3e62b649bd5027457b5504decc /gettext-tools/m4
parentc2acdf133b296181efb107d424b45d123c07464d (diff)
downloadexternal_gettext-c1b075aa2e96bf983123fea8e8ac10127d10e86c.zip
external_gettext-c1b075aa2e96bf983123fea8e8ac10127d10e86c.tar.gz
external_gettext-c1b075aa2e96bf983123fea8e8ac10127d10e86c.tar.bz2
Stop using gnulib module 'strdup'.
Diffstat (limited to 'gettext-tools/m4')
-rw-r--r--gettext-tools/m4/ChangeLog5
-rw-r--r--gettext-tools/m4/libgrep.m45
2 files changed, 7 insertions, 3 deletions
diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog
index 2853141..dfbf8f5 100644
--- a/gettext-tools/m4/ChangeLog
+++ b/gettext-tools/m4/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-15 Bruno Haible <bruno@clisp.org>
+
+ Stop using gnulib module 'strdup'.
+ * libgrep.m4 (gt_LIBGREP): Don't invoke gl_FUNC_STRDUP.
+
2009-08-03 Bruno Haible <bruno@clisp.org>
* setlocale.m4 (gt_SETLOCALE): Fix displayed message with
diff --git a/gettext-tools/m4/libgrep.m4 b/gettext-tools/m4/libgrep.m4
index d1c0461..690dd6a 100644
--- a/gettext-tools/m4/libgrep.m4
+++ b/gettext-tools/m4/libgrep.m4
@@ -1,5 +1,5 @@
-# libgrep.m4 serial 3 (gettext-0.18)
-dnl Copyright (C) 2005-2006, 2008 Free Software Foundation, Inc.
+# libgrep.m4 serial 4 (gettext-0.18)
+dnl Copyright (C) 2005-2006, 2008-2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -15,7 +15,6 @@ AC_DEFUN([gt_LIBGREP],
m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gt_LIBGREP_REPLACE_FUNCS]))
gl_HARD_LOCALE
gl_FUNC_MEMCHR
- gl_FUNC_STRDUP
gl_INCLUDED_REGEX([libgrep/regex.c])
m4_popdef([AC_REPLACE_FUNCS])
m4_popdef([AC_LIBOBJ])