Harlan Stenn wrote: > > ./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl" > > CXXFLAGS="-I/sw/include" > > If it's a -I, it should be in CPPFLAGS and not CFLAGS.
Yes. Thanks for the correction. ./configure CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lintl" Bob _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
