+2010-04-04 Bruno Haible <bruno@clisp.org>
+
+ * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
+ * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
+ * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
+ * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
+ * m4/isfinite.m4 (gl_ISFINITE): Likewise.
+ * m4/isinf.m4 (gl_ISINF): Likewise.
+ * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
+
2010-04-04 Bruno Haible <bruno@clisp.org>
* m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
-# ceilf.m4 serial 4
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# ceilf.m4 serial 5
+dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_LIBOBJ([ceilf])
CEILF_LIBM=
fi
- AC_SUBST([REPLACE_CEILF])
AC_SUBST([CEILF_LIBM])
])
-# ceill.m4 serial 4
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# ceill.m4 serial 5
+dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_LIBOBJ([ceill])
CEILL_LIBM=
fi
- AC_SUBST([REPLACE_CEILL])
AC_SUBST([CEILL_LIBM])
])
-# floorf.m4 serial 4
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# floorf.m4 serial 5
+dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_LIBOBJ([floorf])
FLOORF_LIBM=
fi
- AC_SUBST([REPLACE_FLOORF])
AC_SUBST([FLOORF_LIBM])
])
-# floorl.m4 serial 4
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# floorl.m4 serial 5
+dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_LIBOBJ([floorl])
FLOORL_LIBM=
fi
- AC_SUBST([REPLACE_FLOORL])
AC_SUBST([FLOORL_LIBM])
])
-# isfinite.m4 serial 6
+# isfinite.m4 serial 7
dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_LIBOBJ([isfinite])
ISFINITE_LIBM=
fi
- AC_SUBST([REPLACE_ISFINITE])
AC_SUBST([ISFINITE_LIBM])
])
-# isinf.m4 serial 2
+# isinf.m4 serial 3
dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_LIBOBJ([isinf])
ISINF_LIBM=
fi
- AC_SUBST([REPLACE_ISINF])
AC_SUBST([ISINF_LIBM])
])
-# truncl.m4 serial 2
-dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# truncl.m4 serial 3
+dnl Copyright (C) 2007-2008, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_LIBOBJ([truncl])
TRUNCL_LIBM=
fi
- AC_SUBST([REPLACE_TRUNCL])
AC_SUBST([TRUNCL_LIBM])
])