Mercurial > hg > octave-shane > gnulib-hg
changeset 15001:038c814724c1
floorf: Move AC_LIBOBJ invocations to module description.
* m4/floorf.m4 (gl_FUNC_FLOORF): Move AC_LIBOBJ invocation from here...
* modules/floorf (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 10:49:32 +0200 |
parents | e36ba7ba51ce |
children | 702e3c427a51 |
files | ChangeLog m4/floorf.m4 modules/floorf |
diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-21 Bruno Haible <bruno@clisp.org> + + floorf: Move AC_LIBOBJ invocations to module description. + * m4/floorf.m4 (gl_FUNC_FLOORF): Move AC_LIBOBJ invocation from here... + * modules/floorf (configure.ac): ... to here. + 2011-05-20 Bruno Haible <bruno@clisp.org> sqrtl: Respect rules for use of AC_LIBOBJ.
--- a/m4/floorf.m4 +++ b/m4/floorf.m4 @@ -1,4 +1,4 @@ -# floorf.m4 serial 8 +# floorf.m4 serial 9 dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -58,7 +58,7 @@ HAVE_DECL_FLOORF=0 fi if test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1; then - AC_LIBOBJ([floorf]) + dnl No libraries are needed to link lib/floorf.c. FLOORF_LIBM= fi AC_SUBST([FLOORF_LIBM])