Date: 08 Apr 2002 10:22:44 +0200 From: Akim Demaille To: Allen Braunsdorf Cc: bug-autoconf@gnu.org, ab@purdue.edu Subject: Re: [GNU Autoconf 2.53] testsuite.log: 126 failures Message-ID: References: <34421.1018025952@epicenter.eas.purdue.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="====-=-=" --====-=-= | [ I've got an attachment, so I had to send this a little differently. -ab ] | > Oh, I forgot to ask... Please, not only should you run ./testsuite 3, | | Attached testsuite.log. | | > but also the same as before: | > | > | > cd testsuite.dir/003 | > | > PATH=../..:$PATH autoconf -d -v -f -t 'TRACE1: | > | > Hello world!' | | This gives: | | |ARG: {--include} | |ARG: {/Users/ab/Desktop/autoconf-2.53/lib} | |ARG: {-d} | |ARG: {-v} | |ARG: {-f} | |ARG: {-t} | |ARG: {TRACE1:} | |ARG: {Hello} | |ARG: {world!} It's already broken at this point! Grrr. What the heck is happening with your system :( Please, try to run this shell-script: --====-=-= Content-Type: text/x-sh Content-Disposition: attachment; filename=args.sh #! /bin/sh set dummy 'arg1' 'arg 2' 'arg 3' echo "1." for i in "$@" do echo "{$i}" done echo "2." for i in ${1+"$@"} do echo "{$i}" done set ${1+"$@"} echo "3." for i in "$@" do echo "{$i}" done --====-=-= Just run it with your /bin/sh (which should be zsh). Thanks! --====-=-=--