Adjust to Gnulib bootstrap revamp

* autogen.sh, autopull.sh, bootstrap-funclib.sh:
New files, copied from gnulib/top.
* bootstrap: Copy from gnulib/top/bootstrap (as opposed
to copying from gnulib/build-aux/bootstrap, as we used to).
* bootstrap.conf (bootstrap_post_pull_hook)
(bootstrap_post_import_hook): New functions.
Move commands into these functions as needed.
This commit is contained in:
Paul Eggert
2022-07-24 11:44:12 -07:00
parent 496cf61638
commit 5c4f8cadbd
8 changed files with 1501 additions and 1038 deletions

5
NEWS
View File

@@ -1,4 +1,4 @@
GNU tar NEWS - User visible changes. 2022-06-10
GNU tar NEWS - User visible changes. 2022-07-24
Please send GNU tar bug reports to <bug-tar@gnu.org>
version 1.34.90 (git)
@@ -9,6 +9,9 @@ version 1.34.90 (git)
* Leave the devmajor and devminor fields empty (rather than zero) for
non-special files, as this is more compatible with traditional tar.
* New build scripts ./autopull.sh and ./autogen.sh, to separate
fetching from autogenerating source files. See README-hacking.
* Bug fixes
** Warn "file changed as we read it" less often.