summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--m4/ceilf.m45
-rw-r--r--m4/ceill.m45
-rw-r--r--m4/floorf.m45
-rw-r--r--m4/floorl.m45
-rw-r--r--m4/isfinite.m43
-rw-r--r--m4/isinf.m43
-rw-r--r--m4/truncl.m45
8 files changed, 22 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 23b8f601c2..1d91067cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
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.
* m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
diff --git a/m4/ceilf.m4 b/m4/ceilf.m4
index 91940c12fe..72a9da4797 100644
--- a/m4/ceilf.m4
+++ b/m4/ceilf.m4
@@ -1,5 +1,5 @@
-# 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.
@@ -26,7 +26,6 @@ AC_DEFUN([gl_FUNC_CEILF],
AC_LIBOBJ([ceilf])
CEILF_LIBM=
fi
- AC_SUBST([REPLACE_CEILF])
AC_SUBST([CEILF_LIBM])
])
diff --git a/m4/ceill.m4 b/m4/ceill.m4
index 71ab316d01..02527799cf 100644
--- a/m4/ceill.m4
+++ b/m4/ceill.m4
@@ -1,5 +1,5 @@
-# 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.
@@ -26,7 +26,6 @@ AC_DEFUN([gl_FUNC_CEILL],
AC_LIBOBJ([ceill])
CEILL_LIBM=
fi
- AC_SUBST([REPLACE_CEILL])
AC_SUBST([CEILL_LIBM])
])
diff --git a/m4/floorf.m4 b/m4/floorf.m4
index cede808112..c64382ff69 100644
--- a/m4/floorf.m4
+++ b/m4/floorf.m4
@@ -1,5 +1,5 @@
-# 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.
@@ -26,7 +26,6 @@ AC_DEFUN([gl_FUNC_FLOORF],
AC_LIBOBJ([floorf])
FLOORF_LIBM=
fi
- AC_SUBST([REPLACE_FLOORF])
AC_SUBST([FLOORF_LIBM])
])
diff --git a/m4/floorl.m4 b/m4/floorl.m4
index 792c09fe61..53a30f9d52 100644
--- a/m4/floorl.m4
+++ b/m4/floorl.m4
@@ -1,5 +1,5 @@
-# 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.
@@ -26,7 +26,6 @@ AC_DEFUN([gl_FUNC_FLOORL],
AC_LIBOBJ([floorl])
FLOORL_LIBM=
fi
- AC_SUBST([REPLACE_FLOORL])
AC_SUBST([FLOORL_LIBM])
])
diff --git a/m4/isfinite.m4 b/m4/isfinite.m4
index 389a23a8bd..dfdbc3e479 100644
--- a/m4/isfinite.m4
+++ b/m4/isfinite.m4
@@ -1,4 +1,4 @@
-# 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,
@@ -30,7 +30,6 @@ AC_DEFUN([gl_ISFINITE],
AC_LIBOBJ([isfinite])
ISFINITE_LIBM=
fi
- AC_SUBST([REPLACE_ISFINITE])
AC_SUBST([ISFINITE_LIBM])
])
diff --git a/m4/isinf.m4 b/m4/isinf.m4
index 45099efaba..6a24123500 100644
--- a/m4/isinf.m4
+++ b/m4/isinf.m4
@@ -1,4 +1,4 @@
-# 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,
@@ -27,7 +27,6 @@ AC_DEFUN([gl_ISINF],
AC_LIBOBJ([isinf])
ISINF_LIBM=
fi
- AC_SUBST([REPLACE_ISINF])
AC_SUBST([ISINF_LIBM])
])
diff --git a/m4/truncl.m4 b/m4/truncl.m4
index 646e157346..3eab513a37 100644
--- a/m4/truncl.m4
+++ b/m4/truncl.m4
@@ -1,5 +1,5 @@
-# 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.
@@ -67,6 +67,5 @@ int main()
AC_LIBOBJ([truncl])
TRUNCL_LIBM=
fi
- AC_SUBST([REPLACE_TRUNCL])
AC_SUBST([TRUNCL_LIBM])
])