From 2de9abc5c9d40b3c716307d67d16146f823fd554 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 17 Jan 2012 14:43:55 +0000 Subject: add the output of bootstrap --- gnulib | 1 - gnulib/modules/logl | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) delete mode 160000 gnulib create mode 100644 gnulib/modules/logl (limited to 'gnulib/modules/logl') diff --git a/gnulib b/gnulib deleted file mode 160000 index 443bc5f..0000000 --- a/gnulib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 443bc5ffcf7429e557f4a371b0661abe98ddbc13 diff --git a/gnulib/modules/logl b/gnulib/modules/logl new file mode 100644 index 0000000..1f0a956 --- /dev/null +++ b/gnulib/modules/logl @@ -0,0 +1,35 @@ +Description: +logl() function: logarithm with long double argument. + +Files: +lib/logl.c +m4/logl.m4 + +Depends-on: +math +extensions +log [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +frexpl [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +isnanl [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +floorl [test $HAVE_LOGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] + +configure.ac: +gl_FUNC_LOGL +if test $HAVE_LOGL = 0; then + AC_LIBOBJ([logl]) +fi +gl_MATH_MODULE_INDICATOR([logl]) + +Makefile.am: + +Include: + + +Link: +$(LOGL_LIBM) + +License: +LGPL + +Maintainer: +Paolo Bonzini -- cgit v1.2.1