>>>>> "Travis" == Travis Shirk <[EMAIL PROTECTED]> writes:
Travis> Hello, I've run into a problem while porting my autoconf Travis> scripts from 2.13 to 2.52. I used the following m4 code in Travis> one of my scripts: Travis> ifelse(AC_LANG,C,AC_REQUIRE([AC_PROG_CC])) This is doomed to failure. AC_PROG_CC and the other compiler looking macros are severely hacked, do not play with them at all. What is the problem you are trying to address this way?
