[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: output of autoconf 2.49d
|
From: |
Akim Demaille |
|
Subject: |
Re: output of autoconf 2.49d |
|
Date: |
22 Mar 2001 17:19:44 +0100 |
|
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
The logs you sent don't exhibit the problem, most probably because
Makefile was already created. So try this instead
rm Makefile
./config.status Makefile >log 2>&1
and send log (and only this log, we don't need others). Thanks.