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 23b8f601c20927ead3aaffd29547ca2adc9c2c4c..1d91067cddd9c3202c085ba9e00fb9fa1ef7faf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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.
index 91940c12fec8490a87bf7f087cfbf03a53f78f2c..72a9da479751f5fa85e471fb6884e531b21c3036 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 71ab316d0120777c5c5c6cd95eed307f58a1a5db..02527799cfcc7ccdfa0a2c7161042b3cee690ac0 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 cede8081128e5a63e38be2524708810435869ea6..c64382ff696f4ac22ff9e5c997fe905e2d8f1ba6 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 792c09fe61efbc91b3266ca7061bca4208957720..53a30f9d52b1666094461cdbe561c2d069fafb97 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 389a23a8bdcdedd00788794885c1e5a97be70120..dfdbc3e4795b2f87dac1da1f501dd3d077e0adfc 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 45099efaba67a59ca4ca974b9db7b2bd4614cdfa..6a24123500f6c188c5bb2072ead6366ed593266e 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 646e1573464fe477102df0455e6e2eef0a5bdf36..3eab513a377c9417333c3250c77067ad5fe67d57 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])
 ])