changeset 13139:a09c30fb80e3

Remove redundant AC_SUBST invocation.
author Bruno Haible <bruno@clisp.org>
date Sun, 04 Apr 2010 17:40:20 +0200
parents 0ea8feb1eb60
children 90f2f39d1f9f
files ChangeLog m4/trunc.m4 m4/truncf.m4
diffstat 3 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/m4/trunc.m4
+++ b/m4/trunc.m4
@@ -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_LIBOBJ([trunc])
     TRUNC_LIBM=
   fi
-  AC_SUBST([HAVE_DECL_TRUNC])
   AC_SUBST([TRUNC_LIBM])
 ])
--- a/m4/truncf.m4
+++ b/m4/truncf.m4
@@ -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_LIBOBJ([truncf])
     TRUNCF_LIBM=
   fi
-  AC_SUBST([HAVE_DECL_TRUNCF])
   AC_SUBST([TRUNCF_LIBM])
 ])