grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.5-3-gc1bd3a9


From: Jim Meyering
Subject: grep branch, master, updated. v3.5-3-gc1bd3a9
Date: Fri, 2 Oct 2020 00:12:44 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  c1bd3a955fdc2b95f9267a9a83e475b4e924c2f2 (commit)
      from  2f3ec21c25021355bd19ea3965b61607a0bdf83e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=c1bd3a955fdc2b95f9267a9a83e475b4e924c2f2


commit c1bd3a955fdc2b95f9267a9a83e475b4e924c2f2
Author: Jim Meyering <meyering@fb.com>
Date:   Sun Sep 27 18:41:06 2020 -0700

    maint: add technically-required quotes
    
    * configure.ac: Quote args of AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR
    and AC_CHECK_FUNCS_ONCE.

diff --git a/configure.ac b/configure.ac
index 66f85ee..0b40a9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,8 @@ if test -n "$GREP" || test -n "$EGREP"; then
   On Solaris 11, install the package text/gnu-grep or system/xopen/xcu4.])
 fi
 
-AC_CONFIG_AUX_DIR(build-aux)
-AC_CONFIG_SRCDIR(src/grep.c)
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_SRCDIR([src/grep.c])
 AC_DEFINE([GREP], 1, [We are building grep])
 AC_PREREQ([2.64])
 AC_CONFIG_MACRO_DIRS([m4])
@@ -161,7 +161,7 @@ AC_HEADER_DIRENT
 dnl Checks for functions.
 AC_FUNC_CLOSEDIR_VOID
 
-AC_CHECK_FUNCS_ONCE(isascii setlocale)
+AC_CHECK_FUNCS_ONCE([isascii setlocale])
 
 dnl I18N feature
 AM_GNU_GETTEXT_VERSION([0.18.2])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]