[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-
From: |
Eric Blake |
Subject: |
Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-197-g291d709 |
Date: |
Sun, 16 Nov 2008 14:30:21 -0700 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Ralf Wildenhues on 11/16/2008 2:18 PM:
> @@ -1743,6 +1743,7 @@
> AS_IF([_AS_RUN(["AS_ESCAPE(m4_quote(_AS_VAR_ARITH_WORKS))"])],
> [as_func_arith ()
> {
> as_val=`expr "$[]@"`
> + case $? in 0|1) :;; *) false;; esac
Apologies for not reviewing this closer. m4_quote doesn't like the
unbalanced unquoted ) you just introduced into _AS_VAR_ARITH_WORKS. You
need to either change that _AS_RUN to use m4_expand (which handles
unbalanced unquoted paren), or write [)] (so the parens are quoted), or
add balancing ( as a shell comment.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkkgkO0ACgkQ84KuGfSFAYDcsQCdGOo0aaMeMqzLyISCFtizhzV8
4WgAoKHZdXhnSqeZKt2iWs7GgiHZZLDR
=uH7c
-----END PGP SIGNATURE-----
- Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-197-g291d709,
Eric Blake <=