* m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here...
* modules/isinf (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ isinf: Move AC_LIBOBJ invocations to module description.
+ * m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here...
+ * modules/isinf (configure.ac): ... to here.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
isfinite: Move AC_LIBOBJ invocations to module description.
-# isinf.m4 serial 3
+# isinf.m4 serial 4
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,
if test "$ac_cv_have_decl_isinf" != yes ||
test "$ISINF_LIBM" = missing; then
REPLACE_ISINF=1
- AC_LIBOBJ([isinf])
+ dnl No libraries are needed to link lib/isinf.c.
ISINF_LIBM=
fi
AC_SUBST([ISINF_LIBM])
configure.ac:
gl_ISINF
+if test $REPLACE_ISINF = 1; then
+ AC_LIBOBJ([isinf])
+fi
gl_MATH_MODULE_INDICATOR([isinf])
Makefile.am: