Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-09-03 03:21:43 +0400
committerDJ Delorie <dj@redhat.com>2003-09-03 03:21:43 +0400
commit8a315f6a894c48b87578960646af54127cd7c64b (patch)
treec83b4fda33b5c399a6b5d063105d260a5167172a /configure
parented027a53553d4935d9a65c434de7cb6bd963419c (diff)
* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0775773f0..6c8648ea0 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,