Re: Best autoconf recipe to use for modern FreeBSD

2013-09-13 Thread Murray Stokely
configure preference for gcc since FreeBSD ships an ancient one. AC_PROG_CC(clang llvm-gcc gcc) AC_PROG_CXX(clang++ llvm-g++ g++) else AC_PROG_CC AC_PROG_CXX fi ? - Murray On Thu, Sep 12, 2013 at 6:56 PM, Warner Losh wrote: > > On Sep 12, 2013, at 7:32 PM, M

Best autoconf recipe to use for modern FreeBSD

2013-09-12 Thread Murray Stokely
Some application software I use seems to prefer ancient gcc release or gcc46 from ports rather than clang. Is there a recommended autoconf recipe for third party software to use the right compilers across FreeBSD versions? - Murray ___ freebsd