X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/39a5a4f9ebf77ed31a5abf9ff2ca6ea391c52a2c..88b27ae07f694e90637c2a852b754539c2f70172:/docs/README.developers diff --git a/docs/README.developers b/docs/README.developers index 4381a2ab..2946d8c1 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -16,10 +16,10 @@ autoconf files If you wish to change the `configure' script or its related files, you'll need to first install GNU m4, available from and then GNU autoconf (). Nmh is currently using -a minimum of autoconf 2.54. +a minimum of autoconf 2.61. Most of the configure-related files are automatically generated. The only files -you should need to manually edit are acconfig.h and configure.in. Don't, for +you should need to manually edit are configure.ac and aclocal.m4. Don't, for instance, edit config.h.in. Though it is an input file from the point of view of the users (and the configure script) it is an output file from the point of view of the developers (and the autoconf script).