Mercurial > hg > octave-shane > gnulib-hg
view modules/expl @ 15260:84c3ed33329f
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 03:31:49 +0200 |
parents | 8836800a98a0 |
children | 16cba28a5e86 |
line wrap: on
line source
Description: expl() function: exponential function with long double argument. Files: lib/expl.c m4/expl.m4 Depends-on: math extensions float [test $HAVE_EXPL = 0] floorl [test $HAVE_EXPL = 0] configure.ac: gl_FUNC_EXPL if test $HAVE_EXPL = 0; then AC_LIBOBJ([expl]) fi gl_MATH_MODULE_INDICATOR([expl]) Makefile.am: Include: <math.h> Link: $(EXPL_LIBM) License: LGPL Maintainer: Paolo Bonzini