>>>>> "Geoff" == Geoff Hutchison <[EMAIL PROTECTED]> writes:
>> But you can of course also write sh commands in your configure.in
>> that compiles regex.c instead.
Geoff> I think that's probably sufficient.
If you mean compiling by hand, don't do that. Use AC_TRY_COMPILE, or
AC_COMPILE_IFELSE with the #include.
Geoff> Is there any place in the autoconf manual that talks about how
Geoff> to access the programs you've already found? For example, what
Geoff> variable contains the path to the compiler? Is it ac_cxx_prog
Geoff> or something like that?
CC itself.
Akim