From: Shantonu Sen Date: Mon, 17 Apr 2000 05:29:49 +0000 (+0000) Subject: Added that you should check in aclocal.m4 after acconfig.h, if you change it. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5dea0ddb8000c6d750a0f77b9b30adebdd5e8589?ds=inline;hp=80e6fa818d13dcbccce481789ea1cd269f1c7c72 Added that you should check in aclocal.m4 after acconfig.h, if you change it. --- diff --git a/docs/README.developers b/docs/README.developers index 4437340f..3529620c 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -45,8 +45,9 @@ The correct order to commit the configure-related files is: % cvs commit acconfig.h config.h.in configure.in configure stamp-h.in -If you haven't changed all of those files, just commit the rest in the stated -order (e.g. cvs commit acconfig.h config.h.in stamp-h.in). +If you haven't changed all of those files, just commit the rest in the +stated order (e.g. cvs commit acconfig.h config.h.in stamp-h.in). If +you change aclocal.m4, put that after acconfig.h. -------------------