This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/5515: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed.
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Craig Rodrigues <rodrigc at mediaone dot net>
- Cc: Carlo Wood <carlo at alinoe dot com>, Edwin Bates <ebates at Ebix dot com>,"'rodrigc at gcc dot gnu dot org'" <rodrigc at gcc dot gnu dot org>,"'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>,"'gcc-prs at gcc dot gnu dot org'" <gcc-prs at gcc dot gnu dot org>,"'nobody at gcc dot gnu dot org'" <nobody at gcc dot gnu dot org>,"'gcc-gnats at gcc dot gnu dot org'" <gcc-gnats at gcc dot gnu dot org>,Steve Moore <SMoore at Ebix dot com>
- Date: Mon, 28 Jan 2002 20:08:38 -0800
- Subject: Re: other/5515: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed.
- References: <EC50CB43279ED311A3720008C7DB7664019E590A@RM_EXEC1> <20020128212614.A10425@mediaone.net> <20020129040009.A1385@alinoe.com> <20020128225429.A23322@mediaone.net>
On Mon, Jan 28, 2002 at 10:54:29PM -0500, Craig Rodrigues wrote:
>
> OK. Zack Weinberg applied a patch which does a similar
> thing to subdirs:
That patch has nothing to do with this problem.
> Edwin, can you try changing your fix to:
> subdirs='$subdirs'
The line that does that, from my patch, is executed in an unusual
context; it's dead wrong anywhere else.
What I want to know is how we got newlines in $subdirs in the first
place. That should be impossible. Edwin, would you mind applying
this patch to configure.in, regenerating configure, running it, and
reporting the output (just the lines beginning with a plus sign should
be enough)?
zw
===================================================================
Index: configure.in
--- configure.in 2002/01/10 22:21:36 1.576
+++ configure.in 2002/01/29 04:07:52
@@ -2032,6 +2032,7 @@ changequote([,])dnl
esac
done
+set -x
subdirs=
for lang in ${srcdir}/*/config-lang.in ..
do
@@ -2072,6 +2073,7 @@ changequote(,)dnl
changequote([,])dnl
esac
done
+set +x
# Make gthr-default.h if we have a thread file.
gthread_flags=