+2008-03-23 Bruno Haible <bruno@clisp.org>
+
+ Fix regex compilation error on HP-UX 11.
+ * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
+ * modules/regex (Files): Add m4/mbstate_t.m4.
+ Reported by Ton Voon <ton.voon@altinity.com>.
+
2008-03-23 Bruno Haible <bruno@clisp.org>
* doc/gnulib-tool.texi (gettextize and autopoint): New section.
-#serial 48
+#serial 49
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
-# 2006, 2007 Free Software Foundation, Inc.
+# 2006, 2007, 2008 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
[
AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
AC_REQUIRE([AC_C_RESTRICT])
+ AC_REQUIRE([AC_TYPE_MBSTATE_T])
AC_CHECK_FUNCS_ONCE([isblank iswctype mbrtowc wcrtomb wcscoll])
AC_CHECK_DECLS([isblank], [], [], [#include <ctype.h>])
])