summaryrefslogtreecommitdiff
path: root/modules/truncl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 11:32:55 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:19 +0200
commite8c5d0db4f6dda70ba86a0637672e285e077b10e (patch)
tree0fc25cb39022c18fbe3b5a1579fc730b284ada16 /modules/truncl
parenta4c436136b4aaa0259add12435af3bbec862e5f7 (diff)
downloadgnulib-e8c5d0db4f6dda70ba86a0637672e285e077b10e.tar.gz
truncl: Move AC_LIBOBJ invocations to module description.
* m4/truncl.m4 (gl_FUNC_TRUNCL): Move AC_LIBOBJ invocation from here... * modules/truncl (configure.ac): ... to here.
Diffstat (limited to 'modules/truncl')
-rw-r--r--modules/truncl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/truncl b/modules/truncl
index 808c63ed84..8dbb75280b 100644
--- a/modules/truncl
+++ b/modules/truncl
@@ -13,6 +13,9 @@ float [test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1]
configure.ac:
gl_FUNC_TRUNCL
+if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then
+ AC_LIBOBJ([truncl])
+fi
gl_MATH_MODULE_INDICATOR([truncl])
Makefile.am: