autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_PROG_CC_C_O doesn't work with VC++


From: Paul Eggert
Subject: Re: AC_PROG_CC_C_O doesn't work with VC++
Date: Mon, 04 Jul 2005 11:52:38 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Stepan Kasal <address@hidden> writes:

> The main problem is in the trap defined in ./lib/autoconf/general.m4
> in _AC_INIT_PREPARE:
>
>       rm -f -r conftest* confdefs* conf$[$]* $ac_clean_files

How about if you simply remove conf[0-9]* instead?  Those file names
are all reserved by Autoconf anyway.  And it's more consistent to
always remove all of them, instead of removing some hard-to-explain
subset.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]