bug-autoconf
[Top][All Lists]
Advanced

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

Re: Zsh 3 and ${1+"$@"} (Was: [GNU Autoconf 2.53] testsuite.log: 126 fai


From: Akim Demaille
Subject: Re: Zsh 3 and ${1+"$@"} (Was: [GNU Autoconf 2.53] testsuite.log: 126 failures)
Date: 24 Apr 2002 15:48:55 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Hi!  So we're back onto it, aren't we :)  This time the message seems
to imply the problem will be easy to track down.

May I ask you to apply the following patch to bin/autoconf.in:

--- autoconf.in.old     Wed Apr 24 15:46:12 2002
+++ autoconf.in Wed Apr 24 15:47:08 2002
@@ -280,5 +280,16 @@
 
 # Run autom4te with expansion.
 eval set \$AUTOM4TE --language=autoconf --output=\$outfile "$traces" \$infile
+{
+  for i in $PATH
+  do
+    echo "$me: PATH: $i"
+  done
+
+  for i
+  do
+    echo "$me: ARG: $i"
+  done
+} >>/tmp/autoconf.log
 $verbose "$me: running $*" >&2
 exec "$@"

and then

        cd bin
        make
        sed 5q autom4te
        cd ../tests
        sed 5q autom4te
        rm /tmp/autoconf.log
        ./testsuite 3
        cat /tmp/autoconf.log

Thanks!

-- 
Ashamed.



reply via email to

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