I've gone ahead and implemented all of this and am very happy with the
results. I think it would a nice addition to the autotools if there were an
AH_VERBATIM_VERBATIM that told autoheader to go ahead and ignore that
section so it really was included in the final config.h as-is.

Thanks for the help,

On 10/26/05, Stepan Kasal <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> On Tue, Oct 25, 2005 at 12:06:30PM -0700, Bruce Korb wrote:
> > OTOH, if your project flat won't work on any platform without config.h:
> >
> > #ifndef HAVE_CONFIG_H
> > #define HAVE_CONFIG_H 1
> > #endif
> > #include "config.h"
>
> no need for the define, just #include "config.h". Nothing checks for
> HAVE_CONFIG_H after that point.
>
> But the project cannot use any 3rd party sources which rely on
> HAVE_CONFIG_H,
> like the source files distributed by gnulib, or ansi2knr.c .
>
> Have a nice day,
> Stepan
>
>
> _______________________________________________
> Autoconf mailing list
> Autoconf@gnu.org
> http://lists.gnu.org/mailman/listinfo/autoconf
>



--
Cheers,
Brian Mingus
AIM, Skype: BReflection
Google talk: [EMAIL PROTECTED]
Phone: (720) 771-2599
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to