changeset 8057:d5ba49b9b586

* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage bug. * modules/string (Makefile.am): Remove redundant replacement. * modules/regex (Depends-on): Add mempcpy.
author Eric Blake <ebb9@byu.net>
date Thu, 01 Feb 2007 05:01:17 +0000
parents 273c47dfe264
children 1a9bc966d0af
files ChangeLog m4/string_h.m4 modules/regex modules/string
diffstat 4 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-31  Eric Blake  <ebb9@byu.net>
+
+	* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
+	bug.
+	* modules/string (Makefile.am): Remove redundant replacement.
+	* modules/regex (Depends-on): Add mempcpy.
+
 2007-01-31  Bruno Haible  <bruno@clisp.org>
 
 	New module description field 'Link'.
--- a/m4/string_h.m4
+++ b/m4/string_h.m4
@@ -50,7 +50,7 @@
 [
   dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
   AC_REQUIRE([gl_STRING_MODULE_INDICATOR_DEFAULTS])
-  GNULIB_]translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])[=1
+  GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
 ])
 
 AC_DEFUN([gl_STRING_MODULE_INDICATOR_DEFAULTS],
--- a/modules/regex
+++ b/modules/regex
@@ -16,6 +16,7 @@
 extensions
 gettext-h
 malloc
+mempcpy
 stdint
 strcase
 ssize_t
--- a/modules/string
+++ b/modules/string
@@ -27,7 +27,6 @@
 	      -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
 	      -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
 	      -e 's|@''GNULIB_STRCASE''@|$(GNULIB_STRCASE)|g' \
-	      -e 's|@''GNULIB_STRCASE''@|$(GNULIB_STRCASE)|g' \
 	      -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
 	      -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
 	      -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \