Re: avoiding AC_DEFINE in AC_RUN_IFELSE for Perl C code

Paul Eggert <[email protected]> Fri, 10 Jan 2025 16:35:19 -0800
Newsgroups gmane.comp.sysutils.autoconf.general
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 2025-01-10 15:35, Patrice Dumas wrote:
>> How about if you don't use either AC_LANG_PROGRAM or AC_LANG_SOURCE? Just
>> use exactly the source code that you want.
> confdefs.h is still used in that case.

Oh, good point.

OK, how about just writing your own code, instead of using AC_RUN_IFELSE?