diff m4/string_h.m4 @ 30147:2d8e9a72916b

New module 'strdup-posix'.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Sep 2008 14:54:54 +0200
parents 458a692990fe
children c98fca1ff8b8
line wrap: on
line diff
--- a/m4/string_h.m4	Sat Sep 20 15:32:21 2008 +0200
+++ b/m4/string_h.m4	Sun Sep 21 14:54:54 2008 +0200
@@ -5,7 +5,7 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 5
+# serial 6
 
 # Written by Paul Eggert.
 
@@ -83,9 +83,10 @@
   HAVE_DECL_STRERROR=1;		AC_SUBST([HAVE_DECL_STRERROR])
   HAVE_DECL_STRSIGNAL=1;	AC_SUBST([HAVE_DECL_STRSIGNAL])
   HAVE_STRVERSCMP=1;		AC_SUBST([HAVE_STRVERSCMP])
+  REPLACE_MEMMEM=0;		AC_SUBST([REPLACE_MEMMEM])
+  REPLACE_STRDUP=0;		AC_SUBST([REPLACE_STRDUP])
+  REPLACE_STRSTR=0;		AC_SUBST([REPLACE_STRSTR])
+  REPLACE_STRCASESTR=0;		AC_SUBST([REPLACE_STRCASESTR])
   REPLACE_STRERROR=0;		AC_SUBST([REPLACE_STRERROR])
   REPLACE_STRSIGNAL=0;		AC_SUBST([REPLACE_STRSIGNAL])
-  REPLACE_MEMMEM=0;		AC_SUBST([REPLACE_MEMMEM])
-  REPLACE_STRCASESTR=0;		AC_SUBST([REPLACE_STRCASESTR])
-  REPLACE_STRSTR=0;		AC_SUBST([REPLACE_STRSTR])
 ])