asinl: Respect rules for use of AC_LIBOBJ.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 09:52:29 +0000 (11:52 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:22 +0000 (00:06 +0200)
* m4/asinl.m4 (gl_FUNC_ASINL): Move AC_LIBOBJ invocation from here...
* modules/asinl (configure.ac): ... to here.

ChangeLog
m4/asinl.m4
modules/asinl

index 6f2017c08fc02213ae9be9f7f9dcaca49dcd0dbd..88157d1123a10c527e40cc313a2504178b2daf13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       asinl: Respect rules for use of AC_LIBOBJ.
+       * m4/asinl.m4 (gl_FUNC_ASINL): Move AC_LIBOBJ invocation from here...
+       * modules/asinl (configure.ac): ... to here.
+
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
        tanl: Move AC_LIBOBJ invocations to module description.
index 999cfb093c5b07ee0658323455a2412088a8b3e9..882a8d3163c3ac8ccbaf28a4bf86ea850ce66be4 100644 (file)
@@ -1,4 +1,4 @@
-# asinl.m4 serial 3
+# asinl.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,
@@ -55,7 +55,7 @@ AC_DEFUN([gl_FUNC_ASINL],
   else
     HAVE_DECL_ASINL=0
     HAVE_ASINL=0
-    AC_LIBOBJ([asinl])
+    dnl Find libraries needed to link lib/asinl.c.
     AC_REQUIRE([gl_FUNC_SQRTL])
     dnl Append $SQRTL_LIBM to ASINL_LIBM, avoiding gratuitous duplicates.
     case " $ASINL_LIBM " in
index 19e049c2ac0a454885073f83f94e418c273a41b9..bc9c071edd98b26c36ec1b1209bda6c85d5f783c 100644 (file)
@@ -12,6 +12,9 @@ sqrtl           [test $HAVE_ASINL = 0]
 
 configure.ac:
 gl_FUNC_ASINL
+if test $HAVE_ASINL = 0; then
+  AC_LIBOBJ([asinl])
+fi
 gl_MATH_MODULE_INDICATOR([asinl])
 
 Makefile.am: