* m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX
invocations from here...
* modules/regex (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ regex: Move AC_LIBOBJ invocations to module description.
+ * m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX
+ invocations from here...
+ * modules/regex (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
realloc-*: Move AC_LIBOBJ invocations to module description.
-# serial 58
+# serial 59
# Copyright (C) 1996-2001, 2003-2011 Free Software Foundation, Inc.
#
[Define to rpl_regerror if the replacement should be used.])
AC_DEFINE([regfree], [rpl_regfree],
[Define to rpl_regfree if the replacement should be used.])
- AC_LIBOBJ([regex])
- gl_PREREQ_REGEX
fi
])
configure.ac:
gl_REGEX
+if test $ac_use_included_regex = yes; then
+ AC_LIBOBJ([regex])
+ gl_PREREQ_REGEX
+fi
Makefile.am: