* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
authorEric Blake <ebb9@byu.net>
Thu, 1 Feb 2007 05:01:17 +0000 (05:01 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 1 Feb 2007 05:01:17 +0000 (05:01 +0000)
bug.
* modules/string (Makefile.am): Remove redundant replacement.
* modules/regex (Depends-on): Add mempcpy.

ChangeLog
m4/string_h.m4
modules/regex
modules/string

index 27decb8..4c53742 100644 (file)
--- 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'.
index 42adcc5..8e0be44 100644 (file)
@@ -50,7 +50,7 @@ AC_DEFUN([gl_STRING_MODULE_INDICATOR],
 [
   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],
index 5d7d263..81e9fd7 100644 (file)
@@ -16,6 +16,7 @@ alloca
 extensions
 gettext-h
 malloc
+mempcpy
 stdint
 strcase
 ssize_t
index 526fdeb..d0df673 100644 (file)
@@ -27,7 +27,6 @@ string.h: string_.h
              -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' \