[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.11-2-g95553c0
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v3.11-2-g95553c0 |
Date: |
Sun, 28 May 2023 23:59:55 -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 95553c0661f066ea15345a020d3e3dcf380691c4 (commit)
from d59cbb36b9c284b28f420a2acd8a18deecf51828 (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=95553c0661f066ea15345a020d3e3dcf380691c4
commit 95553c0661f066ea15345a020d3e3dcf380691c4
Author: Jim Meyering <meyering@fb.com>
Date: Sat May 27 17:57:41 2023 -0700
build: modernize bootstrap prerequsite tools
Following Pádraig Brady's example from coreutils, ...
* bootstrap.conf: Add an explicit requirement on m4.
Add an explicit requirement on texi2pdf -- often packaged separately
rather than with makeinfo -- its absence would otherwise induce a
failure late in the build process.
Replace the rsync dependency with wget,
which gnulib changed to in 2018.
Also, add an xz requirement and a version for autopoint.
diff --git a/bootstrap.conf b/bootstrap.conf
index ec48c37..8ec171e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -130,12 +130,16 @@ gnulib_tool_option_extras="--tests-base=gnulib-tests
--with-tests --symlink\
buildreq="\
autoconf 2.62
automake 1.11.1
-autopoint -
+autopoint 0.19.2
gettext -
git 1.4.4
gzip -
+m4 -
makeinfo -
tar -
+texi2pdf 6.1
+wget -
+xz -
"
bootstrap_post_import_hook ()
-----------------------------------------------------------------------
Summary of changes:
bootstrap.conf | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.11-2-g95553c0,
Jim Meyering <=