+2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * regex.m4 (gl_INCLUDED_REGEX): Fix M4 underquoting.
+
2006-04-30 Bruno Haible <bruno@clisp.org>
* relocatable.m4 (AC_RELOCATABLE): Also test for availability of
# test #75' in grep-2.3.
AC_CACHE_CHECK([for working re_compile_pattern],
jm_cv_func_working_re_compile_pattern,
- AC_TRY_RUN(
+ [AC_TRY_RUN(
[#include <stdio.h>
#include <stdlib.h>
#include <string.h>
jm_cv_func_working_re_compile_pattern=yes,
jm_cv_func_working_re_compile_pattern=no,
dnl When crosscompiling, assume it's broken.
- jm_cv_func_working_re_compile_pattern=no))
+ jm_cv_func_working_re_compile_pattern=no)])
if test $jm_cv_func_working_re_compile_pattern = yes; then
ac_use_included_regex=no
fi