grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.7-89-g1646927


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-89-g1646927
Date: Fri, 3 Jun 2022 21:25:16 -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  16469277b36b488b2fc5a4faccedf7b957ca47fb (commit)
       via  1e517bf6a293d0323b8840b356e8baf467f4cead (commit)
      from  0942f31bd8eabc14c9fc8f6219c9f1967685de0f (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=16469277b36b488b2fc5a4faccedf7b957ca47fb


commit 16469277b36b488b2fc5a4faccedf7b957ca47fb
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Fri Jun 3 18:17:01 2022 -0700

    build: update bootstrap to gnulib latest

diff --git a/bootstrap b/bootstrap
index 9c14d24..1f375ee 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2022-03-21.01; # UTC
+scriptversion=2022-06-04.00; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -487,7 +487,7 @@ fi
 
 # Die if there is no AC_CONFIG_AUX_DIR($build_aux) line in configure.ac.
 found_aux_dir=no
-grep '^[        ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
+grep '^[        ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'])' configure.ac \
     >/dev/null && found_aux_dir=yes
 grep '^[        ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
     >/dev/null && found_aux_dir=yes

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=1e517bf6a293d0323b8840b356e8baf467f4cead


commit 16469277b36b488b2fc5a4faccedf7b957ca47fb
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Fri Jun 3 18:17:01 2022 -0700

    build: update bootstrap to gnulib latest

diff --git a/bootstrap b/bootstrap
index 9c14d24..1f375ee 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2022-03-21.01; # UTC
+scriptversion=2022-06-04.00; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -487,7 +487,7 @@ fi
 
 # Die if there is no AC_CONFIG_AUX_DIR($build_aux) line in configure.ac.
 found_aux_dir=no
-grep '^[        ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
+grep '^[        ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'])' configure.ac \
     >/dev/null && found_aux_dir=yes
 grep '^[        ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
     >/dev/null && found_aux_dir=yes

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

Summary of changes:
 bootstrap | 4 ++--
 gnulib    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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