summaryrefslogtreecommitdiff
path: root/gnulib/modules/mathl
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/mathl')
m---------gnulib0
-rw-r--r--gnulib/modules/mathl43
2 files changed, 43 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/mathl b/gnulib/modules/mathl
new file mode 100644
index 00000000..ac0a27e8
--- /dev/null
+++ b/gnulib/modules/mathl
@@ -0,0 +1,43 @@
+Description:
+C99 functions for transcendental functions with long double arguments.
+
+Files:
+
+Depends-on:
+floorl
+ceill
+acosl
+asinl
+atanl
+cosl
+expl
+logl
+sinl
+sqrtl
+tanl
+
+configure.ac:
+AC_REQUIRE([gl_FUNC_FLOORL])
+AC_REQUIRE([gl_FUNC_CEILL])
+AC_REQUIRE([gl_FUNC_ACOSL])
+AC_REQUIRE([gl_FUNC_ASINL])
+AC_REQUIRE([gl_FUNC_ATANL])
+AC_REQUIRE([gl_FUNC_COSL])
+AC_REQUIRE([gl_FUNC_EXPL])
+AC_REQUIRE([gl_FUNC_LOGL])
+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"
+
+Makefile.am:
+
+Include:
+<math.h>
+
+License:
+GPL
+
+Maintainer:
+Paolo Bonzini <bonzini@gnu.org>
+