* m4/floorl.m4 (gl_FUNC_FLOORL): Move AC_LIBOBJ invocation from here...
* modules/floorl (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ floorl: Respect rules for use of AC_LIBOBJ.
+ * m4/floorl.m4 (gl_FUNC_FLOORL): Move AC_LIBOBJ invocation from here...
+ * modules/floorl (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
floor: Respect rules for use of AC_LIBOBJ.
2011-05-21 Bruno Haible <bruno@clisp.org>
floor: Respect rules for use of AC_LIBOBJ.
dnl Copyright (C) 2007, 2009-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, 2009-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_FLOORL=0
fi
if test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; then
HAVE_DECL_FLOORL=0
fi
if test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; then
+ dnl No libraries are needed to link lib/floorl.c.
FLOORL_LIBM=
fi
AC_SUBST([FLOORL_LIBM])
FLOORL_LIBM=
fi
AC_SUBST([FLOORL_LIBM])
configure.ac:
gl_FUNC_FLOORL
configure.ac:
gl_FUNC_FLOORL
+if test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; then
+ AC_LIBOBJ([floorl])
+fi
gl_MATH_MODULE_INDICATOR([floorl])
Makefile.am:
gl_MATH_MODULE_INDICATOR([floorl])
Makefile.am: