Remove redundant AC_SUBST invocation.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2010 15:40:20 +0000 (17:40 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2010 15:40:20 +0000 (17:40 +0200)
ChangeLog
m4/trunc.m4
m4/truncf.m4

index 43b390b925cc08b6b8bf2a010794974aeb9cc232..23b8f601c20927ead3aaffd29547ca2adc9c2c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 2010-04-04  Bruno Haible  <bruno@clisp.org>
 
        * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
index 1d003c3e2e453d94c50702f43e5d3c2839db3c6c..d0e81b95d646cecbbf0e924272c5ba1274d4f4b4 100644 (file)
@@ -1,5 +1,5 @@
-# trunc.m4 serial 2
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# trunc.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,
 dnl with or without modifications, as long as this notice is preserved.
@@ -43,6 +43,5 @@ AC_DEFUN([gl_FUNC_TRUNC],
     AC_LIBOBJ([trunc])
     TRUNC_LIBM=
   fi
-  AC_SUBST([HAVE_DECL_TRUNC])
   AC_SUBST([TRUNC_LIBM])
 ])
index 4d5099f83fdad9dd540a25cdd9b8275e623626f1..1a22b4b23f47d86051e68d697a1cee9ded92efa4 100644 (file)
@@ -1,5 +1,5 @@
-# truncf.m4 serial 1
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# truncf.m4 serial 2
+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,
 dnl with or without modifications, as long as this notice is preserved.
@@ -43,6 +43,5 @@ AC_DEFUN([gl_FUNC_TRUNCF],
     AC_LIBOBJ([truncf])
     TRUNCF_LIBM=
   fi
-  AC_SUBST([HAVE_DECL_TRUNCF])
   AC_SUBST([TRUNCF_LIBM])
 ])