[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Better `failed program' logs
From: |
Paul Eggert |
Subject: |
Re: Better `failed program' logs |
Date: |
Wed, 30 Oct 2002 01:43:57 -0800 (PST) |
> From: Akim Demaille <address@hidden>
> Date: 30 Oct 2002 09:30:14 +0100
>
> This is, IMHO, *much* more useful.
I think so too.
> But... and that's why I'm asking the question before applying it, it
> results in a very significant growth of config.log.
I think it's worth it.
> +cat confdefs.h >>conftest.$ac_ext
> +cat >>conftest.$ac_ext <<_ACEOF
Can't you replace that with the following, to save a fork+exec?
cat confdefs.h - >>conftest.$ac_ext <<_ACEOF