From 2c35d5c11d2359c7ebb06a3388a544cbe2f9c7f5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Apr 2010 17:40:20 +0200 Subject: [PATCH] Remove redundant AC_SUBST invocation. --- ChangeLog | 5 +++++ m4/trunc.m4 | 5 ++--- m4/truncf.m4 | 5 ++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43b390b92..23b8f601c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-04-04 Bruno Haible + * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation. + * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise. + +2010-04-04 Bruno Haible + * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE. * modules/tmpfile (configure.ac): Update. diff --git a/m4/trunc.m4 b/m4/trunc.m4 index 1d003c3e2..d0e81b95d 100644 --- 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_DEFUN([gl_FUNC_TRUNC], AC_LIBOBJ([trunc]) TRUNC_LIBM= fi - AC_SUBST([HAVE_DECL_TRUNC]) AC_SUBST([TRUNC_LIBM]) ]) diff --git a/m4/truncf.m4 b/m4/truncf.m4 index 4d5099f83..1a22b4b23 100644 --- 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_DEFUN([gl_FUNC_TRUNCF], AC_LIBOBJ([truncf]) TRUNCF_LIBM= fi - AC_SUBST([HAVE_DECL_TRUNCF]) AC_SUBST([TRUNCF_LIBM]) ]) -- 2.11.0