+2011-06-02 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * modules/fnmatch.diff: Update.
+ * modules/regex.diff: Likewise.
+ * m4/alloca.m4 (gl_FUNC_ALLOCA): Likewise.
+
2011-02-12 Bruno Haible <bruno@clisp.org>
Prefer gnulib's setlocale override over libintl's override.
-# alloca.m4 serial 3 (gettext-0.16)
+# alloca.m4 serial 4 (gettext-0.18.2)
dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
ALLOCA_H=alloca.h,
ALLOCA_H=)
AC_SUBST([ALLOCA_H])
+ AM_CONDITIONAL([GL_GENERATE_ALLOCA_H], [test -n "$ALLOCA_H"])
])
# Prerequisites of lib/alloca.c.
-*** modules/fnmatch.orig 2007-09-30 05:30:42.000000000 +0200
---- modules/fnmatch 2007-09-30 05:30:52.000000000 +0200
+*** modules/fnmatch.orig 2011-06-02 22:42:23.000000000 +0200
+--- modules/fnmatch 2011-06-02 22:42:43.000000000 +0200
***************
-*** 10,16 ****
-
+*** 11,17 ****
Depends-on:
+ arg-nonnull
extensions
-! alloca
- stdbool
- wchar
- wctype-h
---- 10,16 ----
-
+! alloca [test -n "$FNMATCH_H"]
+ stdbool [test -n "$FNMATCH_H"]
+ wchar [test -n "$FNMATCH_H"]
+ wctype-h [test -n "$FNMATCH_H"]
+--- 11,17 ----
Depends-on:
+ arg-nonnull
extensions
-! alloca-opt
- stdbool
- wchar
- wctype-h
+! alloca-opt [test -n "$FNMATCH_H"]
+ stdbool [test -n "$FNMATCH_H"]
+ wchar [test -n "$FNMATCH_H"]
+ wctype-h [test -n "$FNMATCH_H"]
-*** modules/regex.orig Mon May 24 12:36:55 2010
---- modules/regex Mon May 24 12:36:42 2010
+*** modules/regex.orig 2011-06-02 22:43:41.000000000 +0200
+--- modules/regex 2011-06-02 22:43:53.000000000 +0200
***************
-*** 17,23 ****
- extensions
- gettext-h
- localcharset
-! malloc-gnu
- memcmp
- memmove
- mbrtowc
---- 17,23 ----
- extensions
- gettext-h
- localcharset
-! malloc-posix
- memcmp
- memmove
- mbrtowc
+*** 18,24 ****
+ btowc [test $ac_use_included_regex = yes]
+ gettext-h [test $ac_use_included_regex = yes]
+ localcharset [test $ac_use_included_regex = yes]
+! malloc-gnu [test $ac_use_included_regex = yes]
+ memcmp [test $ac_use_included_regex = yes]
+ memmove [test $ac_use_included_regex = yes]
+ mbrtowc [test $ac_use_included_regex = yes]
+--- 18,24 ----
+ btowc [test $ac_use_included_regex = yes]
+ gettext-h [test $ac_use_included_regex = yes]
+ localcharset [test $ac_use_included_regex = yes]
+! malloc-posix [test $ac_use_included_regex = yes]
+ memcmp [test $ac_use_included_regex = yes]
+ memmove [test $ac_use_included_regex = yes]
+ mbrtowc [test $ac_use_included_regex = yes]