summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-06-16 22:46:16 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-06-16 22:46:16 +0200
commitc946ae6f25422d45e54de0fd69309cbb438f942d (patch)
treeb67bb9270a0de2dd53134f56490467135cb88c02 /HACKING
parent323dabef4b3570798e2d9daedbba9b98e9d7a504 (diff)
parent27fbeb77f96d99f41f4b6bb87eb50ae977de25a8 (diff)
downloadautomake-c946ae6f25422d45e54de0fd69309cbb438f942d.tar.gz
Merge branch 'micro' into minor
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index 1ced6b2cd..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.
@@ -384,7 +384,7 @@
-----
-Copyright (C) 2003-2015 Free Software Foundation, Inc.
+Copyright (C) 2003-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by