Pull in the latest bootstrap and gnulib changes. For bootstrap, this was rather large, as I switched from hand-copied to submodule as the preferred approach for future updates.
Eric Blake (2): maint: Switch bootstrap to use a submodule maint: update to latest gnulib .gitmodules | 3 + bootstrap | 38 +- bootstrap.conf | 13 +- gl-mod/bootstrap | 1 + gl/build-aux/bootstrap.in | 2835 ----------------------------------- gl/build-aux/extract-trace | 486 ------ gl/build-aux/funclib.sh | 1465 ------------------ gl/build-aux/inline-source | 159 -- gl/build-aux/options-parser | 685 --------- gl/doc/bootstrap.texi | 482 ------ gl/modules/bootstrap | 23 - gl/modules/extract-trace | 21 - gl/modules/funclib.sh | 19 - gl/modules/inline-source | 21 - gl/modules/options-parser | 20 - gnulib | 2 +- m4/gnulib-cache.m4 | 5 +- 17 files changed, 32 insertions(+), 6246 deletions(-) create mode 160000 gl-mod/bootstrap delete mode 100755 gl/build-aux/bootstrap.in delete mode 100755 gl/build-aux/extract-trace delete mode 100644 gl/build-aux/funclib.sh delete mode 100755 gl/build-aux/inline-source delete mode 100644 gl/build-aux/options-parser delete mode 100755 gl/doc/bootstrap.texi delete mode 100644 gl/modules/bootstrap delete mode 100644 gl/modules/extract-trace delete mode 100644 gl/modules/funclib.sh delete mode 100644 gl/modules/inline-source delete mode 100644 gl/modules/options-parser -- 2.49.0 _______________________________________________ M4-patches mailing list M4-patches@gnu.org https://lists.gnu.org/mailman/listinfo/m4-patches