autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Backquotes in quotes in backquotes (Was: Success (mostly) with the t


From: Akim Demaille
Subject: Re: Backquotes in quotes in backquotes (Was: Success (mostly) with the testsuite)
Date: 30 Nov 2000 18:14:16 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

>>>>> "Daniele" == Daniele Arena <address@hidden> writes:

Daniele> I didn't try again with the other shells. I can do it, but
Daniele> not at once.

No, don't, you'd waste your time.  Thanks!

Let solve your issues one by one.  Frankly, the fact that the results
are different with different shells is just the same thing as having
two different results with a single shell.  Anyway the testsuite
always runs with /bin/sh, so let's forget completely about this.

Remains a big problem: the test suite is not deterministic on your
system.  Is it sane?  Have you already tried to install a sane GNU
package on it?  Does it work properly?  Was Autoconf built on the same
machine too?  Is it in /tmp or through NFS?

Let's address one issue at a time.  Currently there is one thing I
want to understand and reproduce: your exit 255.

Please, try this:

cat >configure.in <<'_ATEOF'
AC_INIT
AC_CONFIG_FILES([nonexistent])
AC_OUTPUT
_ATEOF

~autoconf/autoconf -A ~autoconf
sh -x ./configure >big.log 2>&1

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]