Remove redundant AC_SUBST invocations.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2010 16:13:24 +0000 (18:13 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2010 16:13:24 +0000 (18:13 +0200)
ChangeLog
m4/ceilf.m4
m4/ceill.m4
m4/floorf.m4
m4/floorl.m4
m4/isfinite.m4
m4/isinf.m4
m4/truncl.m4

index 23b8f60..1d91067 100644 (file)
--- 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.
 
index 91940c1..72a9da4 100644 (file)
@@ -1,5 +1,5 @@
-# ceilf.m4 serial 4
-dnl Copyright (C) 2007, 20092010 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])
 ])
 
index 71ab316..0252779 100644 (file)
@@ -1,5 +1,5 @@
-# ceill.m4 serial 4
-dnl Copyright (C) 2007, 20092010 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])
 ])
 
index cede808..c64382f 100644 (file)
@@ -1,5 +1,5 @@
-# floorf.m4 serial 4
-dnl Copyright (C) 2007, 20092010 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])
 ])
 
index 792c09f..53a30f9 100644 (file)
@@ -1,5 +1,5 @@
-# floorl.m4 serial 4
-dnl Copyright (C) 2007, 20092010 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])
 ])
 
index 389a23a..dfdbc3e 100644 (file)
@@ -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])
 ])
 
index 45099ef..6a24123 100644 (file)
@@ -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])
 ])
 
index 646e157..3eab513 100644 (file)
@@ -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])
 ])