]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
New section: `Working with CVS'.
authorPavel Roskin <proski@gnu.org>
Fri, 20 Sep 2002 17:17:01 +0000 (17:17 +0000)
committerPavel Roskin <proski@gnu.org>
Fri, 20 Sep 2002 17:17:01 +0000 (17:17 +0000)
HACKING

diff --git a/HACKING b/HACKING
index 8342f840f08436e2b46c3d40c0f1681f88557269..dd4f5d006df02b621f2dbc3724d6698cf1426735 100644 (file)
--- a/HACKING
+++ b/HACKING
 * Perl 5 is now OK.
 
 
+================================================================
+= Working with CVS
+
+* To regenerate dependent files created by aclocal and automake,
+  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.
+
+* Dependent files aclocal.m4, configure and Makefile.in in all
+  directories should be up to date in the CVS repository, so that
+  the changes in them can be easily noticed and analyzed.
+
+
 ================================================================
 = Test suite