[project @ 2004-12-16 10:23:44 by simonmar]
authorsimonmar <unknown>
Thu, 16 Dec 2004 10:23:44 +0000 (10:23 +0000)
committersimonmar <unknown>
Thu, 16 Dec 2004 10:23:44 +0000 (10:23 +0000)
commit7fd32ef40e73782d36684f8590d61ae6466d1579
tree070e602e90350a786df18a1bc02ad0ddfc867b16
parent13f7d71068719d4799b68d001915e35007429cb1
[project @ 2004-12-16 10:23:44 by simonmar]
--with-gcc: export the CC environment variable, so the setting gets
picked up by sub-configures.  Perhaps we should be advising people to use

  CC=c:/mingw/bin/gcc ./configure

because that works for all configure scripts, not just the top level one.

Background:

 - We want --with-gcc to do the right thing, because we don't want
   to require Cygwin users to put c:/mingw/bin first on their
   path: that would break their Cygwin environment.

 - The build system should work with *no* gcc on your PATH, as long
   as you use --with-gcc (equivalently, CC=... ./configure).
configure.ac