* m4/logl.m4 (gl_FUNC_LOGL): Move AC_LIBOBJ invocation from here...
* modules/logl (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ logl: Move AC_LIBOBJ invocations to module description.
+ * m4/logl.m4 (gl_FUNC_LOGL): Move AC_LIBOBJ invocation from here...
+ * modules/logl (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
expl: Move AC_LIBOBJ invocations to module description.
-# logl.m4 serial 3
+# logl.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_LOGL=0
HAVE_LOGL=0
- AC_LIBOBJ([logl])
+ dnl Find libraries needed to link lib/logl.c.
AC_REQUIRE([gl_FUNC_FREXPL])
AC_REQUIRE([gl_FUNC_ISNANL])
AC_REQUIRE([gl_FUNC_FLOORL])
configure.ac:
gl_FUNC_LOGL
+if test $HAVE_LOGL = 0; then
+ AC_LIBOBJ([logl])
+fi
gl_MATH_MODULE_INDICATOR([logl])
Makefile.am: