* m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from
here...
* modules/sig2str (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ sig2str: Move AC_LIBOBJ invocations to module description.
+ * m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of
+ AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from
+ here...
+ * modules/sig2str (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
setlocale: Move AC_LIBOBJ invocations to module description.
-# serial 6
+# serial 7
dnl Copyright (C) 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([gl_FUNC_SIG2STR],
[
-
- AC_REPLACE_FUNCS([sig2str])
- if test $ac_cv_func_sig2str = no; then
- gl_PREREQ_SIG2STR
- fi
+ AC_CHECK_FUNCS([sig2str])
])
# Prerequisites of lib/sig2str.c.
configure.ac:
gl_FUNC_SIG2STR
+if test $ac_cv_func_sig2str = no; then
+ AC_LIBOBJ([sig2str])
+ gl_PREREQ_SIG2STR
+fi
Makefile.am: