[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in AC_PROG_F77_C_O ??
From: |
Akim Demaille |
Subject: |
Re: Bug in AC_PROG_F77_C_O ?? |
Date: |
13 Mar 2001 13:35:08 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
This certainly does look like a bug. However, AC_MSG_RESULT
should not be needed because the AC_CACHE_CHECK should already
have printed out the result. I would suggest the following
simpler patch instead:
Thanks, applied.