]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix substitution of carriage return on Darwin.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 24 Jan 2010 08:33:25 +0000 (09:33 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 24 Jan 2010 08:33:25 +0000 (09:33 +0100)
commita2889ee464562b0b91c1bd6dd00d846ce4b022a0
tree6a32290197f6ebc46c81f3c37f7ed4e65c90b803
parent7dbbe5693ded3e2ef3e694810608db9f007460d6
Fix substitution of carriage return on Darwin.

* lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Set
ac_cs_awk_cr to '\\r', so that sed portably expands this to '\r'
rather than a literal carriage return, to fix substitution on
Darwin.  Regression introduced in 2.63b.
Report by Peter O'Gorman.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autoconf/status.m4