* configure.in: Ensure arguments to sed are properly spaced.

* configure: Regenerate.
This commit is contained in:
DJ Delorie 2003-09-02 23:21:43 +00:00
parent ed027a5355
commit 8a315f6a89
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate.
2003-08-28 Daniel Jacobowitz <drow@mvista.com>
Merge from gcc:

4
configure vendored
View File

@ -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,

View File

@ -76,7 +76,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"
@ -1783,7 +1783,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,