From: Pavel Roskin Date: Fri, 20 Sep 2002 17:17:01 +0000 (+0000) Subject: New section: `Working with CVS'. X-Git-Tag: Release-1-7~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ebdb7654a4d1c4d699e5b2b452b8b3d5c597a5;p=thirdparty%2Fautomake.git New section: `Working with CVS'. --- diff --git a/HACKING b/HACKING index 8342f840f..dd4f5d006 100644 --- a/HACKING +++ b/HACKING @@ -79,6 +79,20 @@ * 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