On Sun, 2009-04-19 at 21:50 -0600, Eric Blake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> According to Braden McDaniel on 4/19/2009 8:31 PM:
> > I'm seeing an error processing a testsuite.at that was working at some
> > point; that point was probably a few autoconf releases ago.  But I don't
> > see anything wrong with what I'm doing and I don't understand the error
> > message:
> > 
> > What causes this? And how do I fix it?
> 
> >         AT_CHECK([parse-uri --scheme 
> > http://[email protected]:80/foo/bar?attr=val#frag],
> 
> There's your problem.  Autoconf 2.63b has a known bug, since fixed, with
> handling underquoted # in AT_CHECK - m4 thinks that this is starting a
> comment.  It's probably easiest to use the quadrigraph @%:@ instead of #.

Aha. Thank you.

-- 
Braden McDaniel <[email protected]>



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to