From 5c4f8cadbd362497dc3c3136566589557ce00f1b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Jul 2022 11:44:12 -0700 Subject: 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. --- README-hacking | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README-hacking') diff --git a/README-hacking b/README-hacking index 179df387..4c484a42 100644 --- a/README-hacking +++ b/README-hacking @@ -40,6 +40,10 @@ intend to hack on GNU tar, you might need to run it again later. There are lots of options that you may find useful in this case. See 'bootstrap --help' for a detailed list. +To only fetch auxiliary files from the network, run ./autopull.sh. +To only generate files such as 'configure', without accessing the +network, run ./autogen.sh. The 'bootstrap' script does both. + * Copyright information -- cgit v1.2.1