This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/31746] Broken ./configure sed scripting affecting "*gcc/configargs.h" construction.
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2007 04:08:07 -0000
- Subject: [Bug bootstrap/31746] Broken ./configure sed scripting affecting "*gcc/configargs.h" construction.
- References: <bug-31746-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rob1weld at aol dot com 2007-05-02 05:08 -------
Thanks Andreas,
The annoying un-quoted second occurance of the languages is now fixed.
Somehow AutoConf decided that it was going to rebuild ./configure .
I renamed my current configure and then did a new SVN to get the "official"
one. They are very different.
Mine says: "Generated by GNU Autoconf 2.61."
SVN says: "Generated automatically using autoconf version 2.13"
There are _many_ other differences. My SVN was able to merge what I had with
it's comparison of the origonal SVN version and not complaint.
I'm not going to concern myself with _why_ the regenerated file from the SVN's
"configure.in" file produced a "configure" file that was broken. I'll
just eye the two up and re-enable gomp and mudflaps for the Cygwin target (yes,
they work) and leave the rest alone.
This means that the "configure.in" file needs a once over.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31746