>>> "David" == David Churches <[EMAIL PROTECTED]> writes:
David> Hi, Hi David, David> I am using automake and autoconf to prepare a software library. David> One of my subdirectories will be using the mpiCC David> compiler, but the rest of the subdirectories will be David> using gcc. How do I acheive this using Automake? You can override the CC or COMPILE variables in this Makefile.am. [...] -- Alexandre Duret-Lutz