* m4/truncl.m4 (gl_FUNC_TRUNCL): Move AC_LIBOBJ invocation from here...
* modules/truncl (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
trunc: Move AC_LIBOBJ invocations to module description.
-# truncl.m4 serial 6
+# truncl.m4 serial 7
dnl Copyright (C) 2007-2008, 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,
HAVE_DECL_TRUNCL=0
fi
if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then
- AC_LIBOBJ([truncl])
+ dnl No libraries are needed to link lib/truncl.c.
TRUNCL_LIBM=
fi
AC_SUBST([TRUNCL_LIBM])
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: