summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-06 12:47:09 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-06 12:50:36 -0800
commit0f289d7238f4b3c2f80bda7182ed735a0e6b78cd (patch)
treea2452ab0e4a17d429669e207085abbc4a0458a1d /README-hacking
parent71d1619abd8de3d67105230a301264d0de86c0c7 (diff)
downloadtar-0f289d7238f4b3c2f80bda7182ed735a0e6b78cd.tar.gz
Go back to single-file bootstrap
Gnulib now supports a single-file bootstrap with --pull and --gen options, in place of the three files autopull.sh, autogen.sh, bootstrap-funclib.sh. This keeps the top level a bit cleaner. * bootstrap: Sync from Gnulib build-aux/bootstrap instead of from top/bootstrap. * autopull.sh, autogen.sh, bootstrap-funclib.sh: Remove.
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-hacking b/README-hacking
index dc80de10..4a6ba546 100644
--- a/README-hacking
+++ b/README-hacking
@@ -57,9 +57,9 @@ The file bootstrap.conf contains bootstrapping configuration.
Several options are provided that modify its behavior.
Run './bootstrap --help' for a list.
-To only fetch auxiliary files from the network, run ./autopull.sh.
+To only fetch auxiliary files from the network, run './bootstrap --pull'.
To only generate files such as 'configure', without accessing the
-network, run ./autogen.sh. The 'bootstrap' script does both.
+network, run './bootstrap --gen'.
* Copyright information