Hi Erez,
I have fixed several mistakes in the test suite, so there should be
less failures now.
There are some I really don't understand, and I need your help (I
can't reproduce them). But I would suggest that you pull out a fresh
Autoconf.
Ooops, btw people, we have to tell you we are moving Autoconf from
sourceware to subversions.gnu.org. More soon. For the time being,
cvs -d :pserver:[EMAIL PROTECTED]:/cvs login
[Hit enter]
cvs -d :pserver:[EMAIL PROTECTED]:/cvs checkout autoconf
| ====================================
| ./debug-4.sh: Testing AC_CHECK_DECLS
| ====================================
| ../../../autoconf/tests/semantics.m4:21: testing...
| ../../../autoconf/tests/semantics.m4:21: testing...
| ../../../autoconf/tests/semantics.m4:21: testing...
| creating cache ./config.cache
| checking whether yes is declared... no
| checking whether no is declared... no
| updating cache ./config.cache
| creating ./config.status
| creating config.h
| ../../../autoconf/tests/semantics.m4:21: testing...
| ../../../autoconf/tests/semantics.m4:21: testing...
| --- - Tue Feb 15 13:00:08 2000
| +++ stdout Tue Feb 15 13:00:08 2000
| @@ -1,2 +1,2 @@
| #define HAVE_DECL_NO 0
| -#define HAVE_DECL_YES 1
| +#define HAVE_DECL_YES 0
Can you run ./debug-4.sh and send me configure, config.log, and
config.status. Make sure to rm config.log and config.status before.
| ================================
| ./debug-32.sh: Testing AC_EXEEXT
| ================================
| ../../../autoconf/tests/macros.m4:45: testing...
| ../../../autoconf/tests/macros.m4:45: testing...
| ../../../autoconf/tests/macros.m4:45: testing...
| configure: error: installation or configuration problem: compiler cannot create
|executables.
Could you run ./debug-32.sh, rm config.log and config.status, then run
./configure and send me config.log?
| ===================================
| ./debug-63.sh: Testing AC_PATH_TOOL
| ===================================
| ../../../autoconf/tests/macros.m4:82: testing...
| ../../../autoconf/tests/macros.m4:82: testing...
| ../../../autoconf/tests/macros.m4:82: testing...
| configure: error: cannot find install-sh or install.sh in . ./.. ./../..
Huh? Hm, this macro is not beautiful, and should be reworked. Still,
could you do as for 32?
Thanks!
Akim