summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-02 13:39:29 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-02 13:39:29 +0000
commit25e22e05f199d6323ce3551152c21c6b0636fc4c (patch)
tree4e2260eaa7e9d7d6bc80988199d606cd9e68bf2f /configure
parentde9fc4cf4d4dc3809a20f47ec1d62c91f15f1ded (diff)
downloadgcc-25e22e05f199d6323ce3551152c21c6b0636fc4c.tar.gz
* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70997 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0775773f069..6c8648ea03a 100755
--- a/configure
+++ b/configure
@@ -804,7 +804,7 @@ EOF_SED
tmp="'$progname'"
for ac_arg
do
- tmp="$tmp '"`echo "$ac_arg" | sed -fconftestsed`
+ tmp="$tmp '"`echo "$ac_arg" | sed -f conftestsed`
done
rm -f conftestsed
TOPLEVEL_CONFIGURE_ARGUMENTS="$tmp"
@@ -2533,7 +2533,7 @@ s/ [^' -][^ ]* / /
s/^ *//;s/ *$//
s,\\,\\\\,g; s,\$,$$,g
EOF_SED
-baseargs=`echo " ${ac_configure_args} " | sed -fconftestsed`
+baseargs=`echo " ${ac_configure_args} " | sed -f conftestsed`
rm -f conftestsed
# For the build-side libraries, we just need to pretend we're native,