forked from Imagelibrary/binutils-gdb
* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate.
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user