This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with your invoke.texi patch
- From: Anthony Green <green at redhat dot com>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: Andreas Jaeger <aj at suse dot de>, gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 10 Mar 2002 06:10:52 -0800
- Subject: Re: Problems with your invoke.texi patch
- References: <Pine.LNX.4.33.0203101100500.27852-100000@kern.srcf.societies.cam.ac.uk>
On Sun, 2002-03-10 at 03:02, Joseph S. Myers wrote:
> That part of the test is a glob, not a regexp. (Whereas the expression on
> the previous line to extract the version number is a regexp.) See the
> comments on AC_PROG_CHECK_VER in aclocal.m4.
Ah.. ok. I'm using 4.0b, and it was still trying to run makinfo. I
guess now that it was a config.cache problem.
Thanks,
AG