* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate.
This commit is contained in:
parent
ed027a5355
commit
8a315f6a89
|
@ -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>
|
2003-08-28 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
Merge from gcc:
|
Merge from gcc:
|
||||||
|
|
|
@ -804,7 +804,7 @@ EOF_SED
|
||||||
tmp="'$progname'"
|
tmp="'$progname'"
|
||||||
for ac_arg
|
for ac_arg
|
||||||
do
|
do
|
||||||
tmp="$tmp '"`echo "$ac_arg" | sed -fconftestsed`
|
tmp="$tmp '"`echo "$ac_arg" | sed -f conftestsed`
|
||||||
done
|
done
|
||||||
rm -f conftestsed
|
rm -f conftestsed
|
||||||
TOPLEVEL_CONFIGURE_ARGUMENTS="$tmp"
|
TOPLEVEL_CONFIGURE_ARGUMENTS="$tmp"
|
||||||
|
@ -2533,7 +2533,7 @@ s/ [^' -][^ ]* / /
|
||||||
s/^ *//;s/ *$//
|
s/^ *//;s/ *$//
|
||||||
s,\\,\\\\,g; s,\$,$$,g
|
s,\\,\\\\,g; s,\$,$$,g
|
||||||
EOF_SED
|
EOF_SED
|
||||||
baseargs=`echo " ${ac_configure_args} " | sed -fconftestsed`
|
baseargs=`echo " ${ac_configure_args} " | sed -f conftestsed`
|
||||||
rm -f conftestsed
|
rm -f conftestsed
|
||||||
|
|
||||||
# For the build-side libraries, we just need to pretend we're native,
|
# For the build-side libraries, we just need to pretend we're native,
|
||||||
|
|
|
@ -76,7 +76,7 @@ EOF_SED
|
||||||
tmp="'$progname'"
|
tmp="'$progname'"
|
||||||
for ac_arg
|
for ac_arg
|
||||||
do
|
do
|
||||||
tmp="$tmp '"`echo "$ac_arg" | sed -fconftestsed`
|
tmp="$tmp '"`echo "$ac_arg" | sed -f conftestsed`
|
||||||
done
|
done
|
||||||
rm -f conftestsed
|
rm -f conftestsed
|
||||||
TOPLEVEL_CONFIGURE_ARGUMENTS="$tmp"
|
TOPLEVEL_CONFIGURE_ARGUMENTS="$tmp"
|
||||||
|
@ -1783,7 +1783,7 @@ s/ [[^' -][^ ]*] / /
|
||||||
s/^ *//;s/ *$//
|
s/^ *//;s/ *$//
|
||||||
s,\\,\\\\,g; s,\$,$$,g
|
s,\\,\\\\,g; s,\$,$$,g
|
||||||
EOF_SED
|
EOF_SED
|
||||||
baseargs=`echo " ${ac_configure_args} " | sed -fconftestsed`
|
baseargs=`echo " ${ac_configure_args} " | sed -f conftestsed`
|
||||||
rm -f conftestsed
|
rm -f conftestsed
|
||||||
|
|
||||||
# For the build-side libraries, we just need to pretend we're native,
|
# For the build-side libraries, we just need to pretend we're native,
|
||||||
|
|
Loading…
Reference in New Issue