diff options
author | DJ Delorie <dj@redhat.com> | 2003-09-02 23:21:43 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-09-02 23:21:43 +0000 |
commit | ccca4bb34c9797d5cda295ed715606de50555ec4 (patch) | |
tree | f7624474b8355477879368768293adf116ceb1f2 /configure | |
parent | 13b2be9c046065104325e6701dc30b15fb3f878f (diff) | |
download | fsf-binutils-gdb-ccca4bb34c9797d5cda295ed715606de50555ec4.zip fsf-binutils-gdb-ccca4bb34c9797d5cda295ed715606de50555ec4.tar.gz fsf-binutils-gdb-ccca4bb34c9797d5cda295ed715606de50555ec4.tar.bz2 |
* configure.in: Ensure arguments to sed are properly spaced.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |