memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / asinl
index df6ab281e57c894f7c1a4e1765c74b1dce541197..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:
@@ -23,7 +26,7 @@ Link:
 $(ASINL_LIBM)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paolo Bonzini