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