>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Tue, Nov 19, 2002 at 02:08:36PM +0100, Jean-Marc Lasgouttes John> wrote: >> The problem is that the checking is done correctly, but we cannot >> get autoheader to guess that it has to provide a template for >> HAVE_DECL_MKSTEMP. Since no template exists, the #define is >> forgotten. John> I thought autoheader *read* acconfig.h as input ??? As of 2.53, acconfig.h is deprecated. We are supposed to do something else. Actually it has been possible for some time to use the third argument of AC_DEFINE to provide a description which will be used to generate the config.h entry. However, assume that LYX_CHECK_DECL(foo) defines HAVE_DECL_FOO if foo is found. How can I make autoheader generate the right entry in config.h.in. Of course, I know a solution: add to the configure.in script some AC_VERBATIM entries to provide those definitions. However, I really do not like that. JMarc