* m4/modff.m4 (gl_FUNC_MODFF): Insert ':' command in 'if'.
* m4/modfl.m4 (gl_FUNC_MODFL): Likewise.
+2012-02-27 Bruno Haible <bruno@clisp.org>
+
+ modff, modfl: Fix configure syntax error.
+ * m4/modff.m4 (gl_FUNC_MODFF): Insert ':' command in 'if'.
+ * m4/modfl.m4 (gl_FUNC_MODFL): Likewise.
+
2012-02-27 Bruno Haible <bruno@clisp.org>
fmodl-ieee: Work around test failures on OSF/1, MSVC 9.
gl_MATHFUNC([modff], [float], [(float, float *)])
if test $gl_cv_func_modff_no_libm = yes \
|| test $gl_cv_func_modff_in_libm = yes; then
+ :
m4_ifdef([gl_FUNC_MODFF_IEEE], [
if test $gl_modff_required = ieee && test $REPLACE_MODFF = 0; then
AC_CACHE_CHECK([whether modff works according to ISO C 99 with IEC 60559],
gl_MATHFUNC([modfl], [long double], [(long double, long double *)])
if test $gl_cv_func_modfl_no_libm = yes \
|| test $gl_cv_func_modfl_in_libm = yes; then
+ :
m4_ifdef([gl_FUNC_MODFL_IEEE], [
if test $gl_modfl_required = ieee && test $REPLACE_MODFL = 0; then
AC_CACHE_CHECK([whether modfl works according to ISO C 99 with IEC 60559],