X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1a8f78d12723e301661fd469f39fb6a62bb10954..0bc28ff85b961d5dab47ceb10fdb1715b5703de1:/docs/README.developers?ds=sidebyside 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. -------------------