mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:30:58 +08:00
configure.in: Ensure arguments to sed are properly spaced.
* configure.in: Ensure arguments to sed are properly spaced. * configure: Regenerate. From-SVN: r70997
This commit is contained in:
parent
27f35b75fe
commit
7a0f2d4eae
@ -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-30 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* MAINTAINERS: Update my e-mail address.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user