Stepan Kasal <[EMAIL PROTECTED]> 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.


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to