Hi David, * David Fang wrote on Fri, Mar 31, 2006 at 08:48:46AM CEST: > > > You are assuming an ISO C++ compiler with proper namespace support > > anyway, right?
> Yeah, for this project, at least, I'm restricting to ANSI/ISO std. > C++ compilers as much as possible while making *reasonable* accommodations > for deviations That's fine, and enough work, too. :) > I'll probably go back and conform my existing macros to "standard > practice." If you're interested, there is info Autoconf "Coding Style" to look at. One more thing I forgot to mention: your macro executes a host binary, which won't work when cross-compiling. Luckily (or on purpose?) it will choose the pessimistic default in that case. It may be useful to document this. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf