On Fri, Mar 04, 2005 at 02:45:28PM -0800, David Wuertele wrote: > Now, I happen to know that my compiler works, and I would like to > avoid as much BS as possible. Can anyone tell me how to bypass this > check, or at least insert a definition of AC_TRY_COMPILER() into my > aclocal.m4 file so that autoconf doesn't croak?
If you know your compiler works, why not just delete the AC_TRY_COMPILER line? Failing that, just AC_DEFUN it to nothing. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
