Merge bugfix from GCC:

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.
This commit is contained in:
Nathanael Nerode
2003-08-27 03:05:51 +00:00
parent 54c1d7ea18
commit 78bcc6ada4
3 changed files with 43 additions and 35 deletions

View File

@ -1,3 +1,9 @@
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-20 Geoffrey Keating <geoffk@apple.com>
PR 8180