Re: Use of config.h

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

 



Dale Mellor <dale@xxxxxxxxxxxxxxxxxxxx> writes:

>    It would be nice if the machine-specific macros were individually
> guarded to prevent multiple definition when two config.h's are
> present, and for the project-specific macros to be prefixed with the
> package name so that they do not collide.

The latter sounds reasonable, but the former sounds problematic.  What
if the two "configure" runs were in slightly different environments
(e.g., different compiler flags), so their macros disagree?  It's nice
that the current approach detects this situation and causes the C
compiler to barf.

Anyway, we're waiting on someone having the time to come up with a
comprehensive solution to the former problem (including patches to
everything....).


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux