> worse, some are mixed

Autoconf doesn't work very well if you use different C compilers
to compile different bits of C code.  If the compilers are compatible
with each other it'll work, but if not, you could be in trouble.
If you have that sort of trouble,
my suggestion is to segregate the code by directory, and
to have separate 'configure' scripts in each directory.
As long as you use only one C compiler per directory you
should be OK.

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

Reply via email to