This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.96: A configure fix to replace "$(...)" with "${...}"
- To: macro at ds2 dot pg dot gda dot pl
- Subject: Re: gcc 2.96: A configure fix to replace "$(...)" with "${...}"
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 3 Jun 2000 00:52:15 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.GSO.3.96.1000602182440.27984I-100000@delta.ds2.pg.gda.pl>
> The following patch allows constructs such as `./configure
> --libdir='${exec_prefix}'/<path>' work as expected. The patch was
> generated from the binutils tree but it applies cleanly against gcc 2.96
> as of May 1st.
Thanks for your patch. Please send patches to gcc-patches@gcc.gnu.org;
maintainers often cannot catch up with gcc-bugs to review all the
patches. Also, don't forget to include a ChangeLog entry.
Regards,
Martin