autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

is running autoheader mandatory?


From: Andrew Makhorin
Subject: is running autoheader mandatory?
Date: Mon, 24 Mar 2008 00:47:41 +0300

Hi,

I am a maintainer of a GNU project. Until recently I used autoheader
to produce config.h.in. However, for various reasons I decided not to
use autoheader at all, preparing config.h.in manually. Is it correct?
If so, is it correct to write
   AC_DEFINE([FOO],[1])
rather than
   AC_DEFINE([FOO],[1],[some text])
in configure.ac? This works ok without autoheader.

If running autoheader is mandatory, could anyone please explain me why?

Thank you,

Andrew Makhorin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]