summaryrefslogtreecommitdiff
path: root/m4/truncf.m4
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 /m4/truncf.m4
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 'm4/truncf.m4')
-rw-r--r--m4/truncf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/truncf.m4 b/m4/truncf.m4
index f917de584a..3920fcd469 100644
--- a/m4/truncf.m4
+++ b/m4/truncf.m4
@@ -1,4 +1,4 @@
-# truncf.m4 serial 4
+# truncf.m4 serial 5
dnl Copyright (C) 2007, 2010-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,
@@ -79,7 +79,7 @@ int main()
HAVE_DECL_TRUNCF=0
fi
if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
- AC_LIBOBJ([truncf])
+ dnl No libraries are needed to link lib/truncf.c.
TRUNCF_LIBM=
fi
AC_SUBST([TRUNCF_LIBM])