* m4/free.m4 (gl_FUNC_FREE): Move AC_LIBOBJ and missing gl_PREREQ_FREE
invocations from here...
* modules/free (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ free: Move AC_LIBOBJ invocations to module description.
+ * m4/free.m4 (gl_FUNC_FREE): Move AC_LIBOBJ and missing gl_PREREQ_FREE
+ invocations from here...
+ * modules/free (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
freadable: Move AC_LIBOBJ invocations to module description.
[gl_cv_func_free=no])])
if test $gl_cv_func_free = no; then
- AC_LIBOBJ([free])
AC_DEFINE([free], [rpl_free],
[Define to rpl_free if the replacement function should be used.])
fi
configure.ac:
gl_FUNC_FREE
+if test $gl_cv_func_free = no; then
+ AC_LIBOBJ([free])
+ gl_PREREQ_FREE
+fi
Makefile.am: