Mercurial > hg > octave-shane > gnulib-hg
changeset 15095:ace2724e4304
signbit: Move AC_LIBOBJ invocations to module description.
* m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here...
* modules/signbit (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 00:25:36 +0200 |
parents | 0045e29408f4 |
children | a81da81ea7f2 |
files | ChangeLog m4/signbit.m4 modules/signbit |
diffstat | 3 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-21 Bruno Haible <bruno@clisp.org> + signbit: Move AC_LIBOBJ invocations to module description. + * m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here... + * modules/signbit (configure.ac): ... to here. + +2011-05-21 Bruno Haible <bruno@clisp.org> + sigprocmask: Move AC_LIBOBJ invocations to module description. * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and gl_PREREQ_SIGPROMASK invocations from here...
--- a/m4/signbit.m4 +++ b/m4/signbit.m4 @@ -1,4 +1,4 @@ -# signbit.m4 serial 9 +# signbit.m4 serial 10 dnl Copyright (C) 2007-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,10 +58,8 @@ REPLACE_SIGNBIT_USING_GCC=1 else if test "$gl_cv_func_signbit" != yes; then + dnl REPLACE_SIGNBIT=1 makes sure the signbit[fdl] functions get built. REPLACE_SIGNBIT=1 - AC_LIBOBJ([signbitf]) - AC_LIBOBJ([signbitd]) - AC_LIBOBJ([signbitl]) gl_FLOAT_SIGN_LOCATION gl_DOUBLE_SIGN_LOCATION gl_LONG_DOUBLE_SIGN_LOCATION