[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf2.52 on NEXTSTEP3.3p3 Intel
From: |
Akim Demaille |
Subject: |
Re: autoconf2.52 on NEXTSTEP3.3p3 Intel |
Date: |
22 Aug 2001 11:43:25 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
Thanks for the report. It's a big problem... In short, you can't run
configure on your arch :(
| ================================
| Test suite for GNU Autoconf 2.52
| ================================
| 29. ./torture.at:243: testing #define header templates...
| ./torture.at:294: autoconf --autoconf-dir .. -l $at_srcdir
| ./torture.at:295: top_srcdir=$top_srcdir ./configure
| stdout:
| configure: creating ./config.status
| config.status: creating defs
| config.status: creating config.h
| ./torture.at:310: cat config.h
| 2c2
| < #define foo toto
| ---
| > #define foo 0
| 29. ./torture.at:243: FAILED near `torture.at:310'
Please, run
./testsuite 29 -d -v -x
and then
sh -x ./config.status
and then
cat config.h
Sending config.status would help us too.
Thanks!