Hello,
I can see two problems:
First, Perl has some problems compiling autoreconf:
> Not enough arguments for mkdir at
> /export/home/rem/wrk/autoconf-2.59/tests/.././bin/autoreconf line 490,
> near "$aux_dir or"
> /export/home/rem/wrk/autoconf-2.59/tests/.././bin/autoreconf had compilation
> errors.
> tools.at:104: exit code was 1, expected 0
> 2. tools.at:92: 2. Syntax of the Perl scripts (tools.at:92): FAILED
> (tools.at:104)
Second, all the other tests failed because the exit code of the programs is 0,
though an error occured during the run.
All the tools are written in Perl, so I guess the problem might be that the Perl
is misconfigured or too old or something.
(To be exact, "autoconf" is an exception: it is written in shell. But it calls
autom4te, which is a Perl script.)
Could you please check your Perl installation?
HTH,
Stepan Kasal