autoconf
[Top][All Lists]
Advanced

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

Re: Success (mostly) with the testsuite


From: Alexandre Oliva
Subject: Re: Success (mostly) with the testsuite
Date: 26 Oct 2000 06:34:44 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Oct 25, 2000, Akim Demaille <address@hidden> wrote:

>>>>>> "Daniele" == Daniele Arena <address@hidden> writes:
Daniele> This one seemed to be working better... At least it gave no
Daniele> errors on exit and it did create a Makefile. Hope it's fixed?

> OK, then the problem is that your shell is bad at following escaped
> quotes.

>   ac_file_inputs=`IFS=:
[snip]
>          test -f "$f" || { echo "configure: error: cannot find input file 
> \\\`$f'" >&2; exit 1; }

I don't think a shell is required to do it.  Remember the problem I
had told you about:

     foo="`something with a "quote" mark`"
in which ^ this would match ^ this?

This is just another instance of the same problem, with a different
quote mark.

Maybe we should set ac_backquote and ac_singlequote upfront, and use
it in error messages instead?

> Maybe we should go to using `read'

What do you mean?  In what sense would this help?

> Is xargs portable?

Nope.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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