This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc gcc-3_3-branch has configure.in newer than configure
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: aj at suse dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 11 Mar 2003 12:39:14 -0600
- Subject: Re: gcc gcc-3_3-branch has configure.in newer than configure
Hi Andreas,
aj> The 3.3 top level configure script is not generated by autoconf. It
aj> is a cygnus-style configure script and therefore this looks fine.
Ah okay, I understand now. Thanks.
mec> In particular, 'configure.in' has code to set gxx_include_dir,
mec> but 'configure' has not been regenerated to use that code.
It turns out that this part is okay and the problem was something
else: a quoting problem in the definition of gxx_include_dir.
And the problem has been fixed now.
Michael C