summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 6ffc9ca15..e34870b84 100644
--- a/HACKING
+++ b/HACKING
@@ -149,7 +149,7 @@
= Working with git
* To regenerate dependent files created by aclocal and automake,
- use the 'bootstrap.sh' script. It uses the code from the source
+ use the 'bootstrap' script. It uses the code from the source
tree, so the resulting files (aclocal.m4 and Makefile.in) should
be the same as you would get if you install this version of
automake and use it to generate those files. Be sure to have the
@@ -365,7 +365,7 @@
in by hand any "TODO" left in there.
* Update version number in configure.ac to next alpha number.
- Re-run ./bootstrap.sh and commit.
+ Re-run ./bootstrap and commit.
* Don't forget to "git push" your changes so they appear in the public
git tree.