+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ roundf: Move AC_LIBOBJ invocations to module description.
+ * m4/roundf.m4 (gl_FUNC_ROUNDF): Move AC_LIBOBJ invocation from here...
+ * modules/roundf (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
truncl: Move AC_LIBOBJ invocations to module description.
-# roundf.m4 serial 10
+# roundf.m4 serial 11
dnl Copyright (C) 2007-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_ROUNDF=0
fi
if test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1; then
- AC_LIBOBJ([roundf])
+ dnl Find libraries needed to link lib/roundf.c.
AC_CHECK_DECLS([ceilf, floorf], , , [#include <math.h>])
if test "$ac_cv_have_decl_floorf" = yes \
&& test "$ac_cv_have_decl_ceilf" = yes; then