From 375b671f01745855cfaf4248771adf66d417f6ce Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Tue, 4 Nov 2014 16:21:09 +0530 Subject: [PATCH] Fix name of bootstrap script in documentation --- ChangeLog | 4 ++++ README.checkout | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc137ca9..5bce9c82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-04 Darshit Shah + + * README.checkout: Bootstrap script is ./bootstrap not ./bootstrap.sh + 2014-11-01 Darshit Shah * configure.ac: Fix check for libpsl diff --git a/README.checkout b/README.checkout index e55a7e42..0513bfe6 100644 --- a/README.checkout +++ b/README.checkout @@ -73,8 +73,8 @@ Compiling From Repository Sources For those who might be confused as to what to do once they check out the source code, considering configure and Makefile do not yet exist at - that point, a shell script called bootstrap.sh has been provided. After - calling ./bootstrap.sh you're ready to build GNU Wget in the normal + that point, a shell script called bootstrap has been provided. After + calling ./bootstrap you're ready to build GNU Wget in the normal fashion, with ./configure and make. So, to sum up, after checking out the source code as described above, @@ -83,7 +83,7 @@ Compiling From Repository Sources $ cd wget # assumes you've cloned a repository to "./wget" 2. Generate all the automatically-generated files required prior to configuring the package: - $ ./bootstrap.sh + $ ./bootstrap 3. Configure the package and compile it: $ ./configure [some_parameters] $ make