Hello,

On Thu, Nov 30, 2006 at 09:10:43PM -0800, Charles Zhang wrote:
> I tried to comment out "AC_PROG_CC" and it didn't seem to disable
> the check after "autoreconf".

yes, it was ``required'' by some other macro.
You have to keep AC_PROG_CC in.

> 1. "configure" failes its tests of C compilation on the shell since
> it tries to use my shell scripts.

Then enhance your script so that it can compile the trivial C
programs served to it by configure.  Why mytool cannot handle it?

> 2. i also need to inherit the options on the compile line like file
> name and CFLAGS.

I'm not sure I understand what you mean, but I guess that the script
could (and should) do it.

HTH,
        Stepan Kasal


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to