changeset 40071:14900a007cbc

cosl: Fix module description. * modules/cosl (Link): Fix typo. * modules/mathl (configure.ac): Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Jan 2019 19:10:19 +0100
parents 952ba063418e
children c4adc7a6dd2e
files ChangeLog modules/cosl modules/mathl
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 04 19:06:42 2019 +0100
+++ b/ChangeLog	Fri Jan 04 19:10:19 2019 +0100
@@ -1,3 +1,9 @@
+2019-01-04  Bruno Haible  <bruno@clisp.org>
+
+	cosl: Fix module description.
+	* modules/cosl (Link): Fix typo.
+	* modules/mathl (configure.ac): Likewise.
+
 2019-01-04  Bruno Haible  <bruno@clisp.org>
 
 	c-xvasprintf: Fix module dependencies.
--- a/modules/cosl	Fri Jan 04 19:06:42 2019 +0100
+++ b/modules/cosl	Fri Jan 04 19:10:19 2019 +0100
@@ -34,7 +34,7 @@
 <math.h>
 
 Link:
-$(ACOSL_LIBM)
+$(COSL_LIBM)
 
 License:
 LGPL
--- a/modules/mathl	Fri Jan 04 19:06:42 2019 +0100
+++ b/modules/mathl	Fri Jan 04 19:10:19 2019 +0100
@@ -28,7 +28,7 @@
 AC_REQUIRE([gl_FUNC_SINL])
 AC_REQUIRE([gl_FUNC_SQRTL])
 AC_REQUIRE([gl_FUNC_TANL])
-LIBS="$LIBS $FLOORL_LIBM $CEILL_LIBM $ACOSL_LIBM $ASINL_LIBM $ATANL_LIBM $ACOSL_LIBM $EXPL_LIBM $LOGL_LIBM $SINL_LIBM $SQRTL_LIBM $TANL_LIBM"
+LIBS="$LIBS $FLOORL_LIBM $CEILL_LIBM $ACOSL_LIBM $ASINL_LIBM $ATANL_LIBM $COSL_LIBM $EXPL_LIBM $LOGL_LIBM $SINL_LIBM $SQRTL_LIBM $TANL_LIBM"
 
 Makefile.am: