Commit 7a0f2d4e by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

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

From-SVN: r70997
parent 27f35b75
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.
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment