From bd5118df1fdfe4511550fa050978e025ad556695 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 28 Jan 2009 14:02:54 +0100 Subject: [PATCH] 00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an "underquoted definition of NAME" from autoconf-2.59. --- ChangeLog | 6 ++++++ m4/00gnulib.m4 | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2032c8f70..9db195a47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-28 Jim Meyering + + 00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning + * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an + "underquoted definition of NAME" from autoconf-2.59. + 2009-01-28 Bruno Haible * doc/gnulib.texi: Add "Obsolete modules" to index. diff --git a/m4/00gnulib.m4 b/m4/00gnulib.m4 index a6b5e2125..d4d04d153 100644 --- a/m4/00gnulib.m4 +++ b/m4/00gnulib.m4 @@ -1,4 +1,4 @@ -# 00gnulib.m4 serial 1 +# 00gnulib.m4 serial 2 dnl Copyright (C) 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -8,8 +8,8 @@ dnl This file must be named something that sorts before all other dnl gnulib-provided .m4 files. It is needed until such time as we can dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics. -# AC_DEFUN_ONCE(NAME, VALUE) -# -------------------------- +# AC_DEFUN_ONCE([NAME], VALUE) +# ---------------------------- # Define NAME to expand to VALUE on the first use (whether by direct # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses. # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This -- 2.11.0