Commit 415d7ef9 by Phil Edwards

configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop.

2003-08-23  Phil Edwards  <pme@gcc.gnu.org>

	* configure.in:  Use newline instead of semicolon when assuming
	shell arguments in a for loop.
	* configure:  Regenerated.

From-SVN: r70728
parent 2cac216b
2003-08-23 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Use newline instead of semicolon when assuming
shell arguments in a for loop.
* configure: Regenerated.
2003-08-22 Jason Eckhardt <jle@rice.edu>
* MAINTAINERS: Resurrect the i860 maintainer.
......
......@@ -74,7 +74,8 @@ cat <<\EOF_SED > conftestsed
s,\\,\\\\,g; s,\$,$$,g
EOF_SED
tmp="'$progname'"
for ac_arg ; do
for ac_arg
do
tmp="$tmp '"`echo "$ac_arg" | sed -fconftestsed`
done
rm -f conftestsed
......
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