summaryrefslogtreecommitdiff
path: root/modules/sig2str
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 00:11:35 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:46 +0200
commitf5d5c90de1d7a944224e9e8b4132fee006602dde (patch)
treec061fbbd406cbeb01ebcebfe3d7889b2fa4aca25 /modules/sig2str
parent46806eb257a174bd245758d0d724a26416254479 (diff)
downloadgnulib-f5d5c90de1d7a944224e9e8b4132fee006602dde.tar.gz
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.
Diffstat (limited to 'modules/sig2str')
-rw-r--r--modules/sig2str4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/sig2str b/modules/sig2str
index 89d00cc63e..ccc26a90f6 100644
--- a/modules/sig2str
+++ b/modules/sig2str
@@ -11,6 +11,10 @@ intprops
configure.ac:
gl_FUNC_SIG2STR
+if test $ac_cv_func_sig2str = no; then
+ AC_LIBOBJ([sig2str])
+ gl_PREREQ_SIG2STR
+fi
Makefile.am: