Fixlets for HACKING.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 14 Sep 2010 20:50:15 +0000 (22:50 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Sep 2010 18:26:44 +0000 (20:26 +0200)
* HACKING (Administrivia): Fixed typo `NES' for `NEWS'.
(Naming):  Do not refer to a convention dating back to Feb 2001
as "very new".  Related rewording.
(Working with Git): Now we require autoconf 2.67 for bootstrap,
so use that version in the examples.

HACKING

diff --git a/HACKING b/HACKING
index ecbd0a8..a3e37f0 100644 (file)
--- a/HACKING
+++ b/HACKING
   Most of them are updated before release with `make fetch'.
 
 * Changes other than bug fixes must be mentioned in NEWS.  Important
-  bug fixes should be mentioned in NES, too.
+  bug fixes should be mentioned in NEWS, too.
 
 ================================================================
 = Naming
 
 * We've adopted the convention that internal AC_SUBSTs should be
-  named with a leading `am__', and internally generated targets should
-  be named with a leading `am--'.  This convention is very new
-  (as of Feb 7 2001) and so it isn't yet universally used.  But all
-  new code should use it.
+  named with a leading `am__', and internally generated targets
+  should be named with a leading `am--'.  This convention, although
+  in place from at least February 2001, isn't yet universally used.
+  But all new code should use it.
 
   We used to use `_am_' as the prefix for an internal AC_SUBST.
   However, it turns out that NEWS-OS 4.2R complains if a Makefile
@@ -98,8 +98,8 @@
   not installed as "autoconf", pass it explicitly (along with the
   accompanying "autom4te") when calling `bootstrap' and `configure'.
   For example:
-    $ AUTOCONF=autoconf2.65 AUTOM4TE=autom4te2.65 ./bootstrap
-    $ ./configure AUTOCONF=autoconf2.65 AUTOM4TE=autom4te2.65
+    $ AUTOCONF=autoconf2.67 AUTOM4TE=autom4te2.67 ./bootstrap
+    $ ./configure AUTOCONF=autoconf2.67 AUTOM4TE=autom4te2.67
 
 * Dependent files aclocal.m4, configure and Makefile.in in all
   directories should be up to date in the git repository, so that