summaryrefslogtreecommitdiff
path: root/modules/truncf
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 11:29:32 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:19 +0200
commit7d47ca399ea9ea4986d9166434bdbd77ed8ed8e9 (patch)
treef7073feee2158534a1371160c4ee2fc230bad7b9 /modules/truncf
parent23db13ed046cc279d59d4d78fb254c160846a09f (diff)
downloadgnulib-7d47ca399ea9ea4986d9166434bdbd77ed8ed8e9.tar.gz
truncf: Move AC_LIBOBJ invocations to module description.
* m4/truncf.m4 (gl_FUNC_TRUNCF): Move AC_LIBOBJ invocation from here... * modules/truncf (configure.ac): ... to here.
Diffstat (limited to 'modules/truncf')
-rw-r--r--modules/truncf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/truncf b/modules/truncf
index 15e35e8acf..0727d0bce1 100644
--- a/modules/truncf
+++ b/modules/truncf
@@ -13,6 +13,9 @@ float [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
configure.ac:
gl_FUNC_TRUNCF
+if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
+ AC_LIBOBJ([truncf])
+fi
gl_MATH_MODULE_INDICATOR([truncf])
Makefile.am: