From e4ccf20dcb722d8110e2a22f03e960e8f9f67898 Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 14 Jan 2012 09:19:49 -0600 Subject: [PATCH] configure.ac and aclocal.m4 instead of configure.in and acconfig.h. --- docs/README.developers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.developers b/docs/README.developers index af38412..2946d8c 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -19,7 +19,7 @@ GNU autoconf (). Nmh is currently using 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). -- 1.7.10.4