* m4/truncf.m4 (gl_FUNC_TRUNCF): Move AC_LIBOBJ invocation from here...
* modules/truncf (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
ceill: Move AC_LIBOBJ invocations to module description.
2011-05-21 Bruno Haible <bruno@clisp.org>
ceill: Move AC_LIBOBJ invocations to module description.
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,
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,
HAVE_DECL_TRUNCF=0
fi
if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
HAVE_DECL_TRUNCF=0
fi
if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
+ dnl No libraries are needed to link lib/truncf.c.
TRUNCF_LIBM=
fi
AC_SUBST([TRUNCF_LIBM])
TRUNCF_LIBM=
fi
AC_SUBST([TRUNCF_LIBM])
configure.ac:
gl_FUNC_TRUNCF
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:
gl_MATH_MODULE_INDICATOR([truncf])
Makefile.am: