* m4/atanl.m4 (gl_FUNC_ATANL): Move AC_LIBOBJ invocation from here...
* modules/atanl (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ atanl: Move AC_LIBOBJ invocations to module description.
+ * m4/atanl.m4 (gl_FUNC_ATANL): Move AC_LIBOBJ invocation from here...
+ * modules/atanl (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
acosl: Move AC_LIBOBJ invocations to module description.
-# atanl.m4 serial 3
+# atanl.m4 serial 4
dnl Copyright (C) 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,
else
HAVE_DECL_ATANL=0
HAVE_ATANL=0
- AC_LIBOBJ([atanl])
+ dnl Find libraries needed to link lib/atanl.c.
AC_REQUIRE([gl_FUNC_ISNANL])
dnl Append $ISNANL_LIBM to ATANL_LIBM, avoiding gratuitous duplicates.
case " $ATANL_LIBM " in
configure.ac:
gl_FUNC_ATANL
+if test $HAVE_ATANL = 0; then
+ AC_LIBOBJ([atanl])
+fi
gl_MATH_MODULE_INDICATOR([atanl])
Makefile.am: