From: Ralf Wildenhues Date: Sat, 17 Nov 2007 08:31:11 +0000 (+0100) Subject: Revert 2007-10-17 change. X-Git-Tag: v2.62~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f6602af3bb5388f2a6b808f18de1eef64a5d55;p=thirdparty%2Fautoconf.git Revert 2007-10-17 change. * TODO: Multiline args in config files and headers mean something different and are not fixed, see Report by Stepan Kasal. --- diff --git a/ChangeLog b/ChangeLog index 823ded8b..3cb8e49b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-11-17 Ralf Wildenhues + Revert 2007-10-17 change. + * TODO: Multiline args in config files and headers mean something + different and are not fixed, see + + Report by Stepan Kasal. + * doc/autoconf.texi (Generic Programs): Fix typo. 2007-11-16 Stepan Kasal diff --git a/TODO b/TODO index fae35f32..a463f849 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,10 @@ these suggestions... their presence here doesn't imply my endorsement. * Soon +** AC_CHECK_HEADERS +and the like, don't have a consistent way to handle multi-line +arguments. Fix, test, and document. + ** AC_PROG_INSTALL This test should be extended to check that install supports the GNU Install syntax: install FILES... DIR. This will relieve everybody