Hi Stepan, * Stepan Kasal wrote on Fri, Nov 16, 2007 at 10:40:47PM CET: > Hello Ralf, > [I have read a random msg in my autotools folder.]
Well, let's hope it doesn't continue that way when you read other random messages. Welcome back! :-) > On Wed, Oct 17, 2007 at 09:20:33PM +0200, Ralf Wildenhues wrote: > > * TODO: multiline args in config files and headers work now. > > > -** AC_CHECK_HEADERS > > -and the like, don't have a consistent way to handle multi-line > > -arguments. Fix, test, and document. > > No, this item cannot be removed. AC_CHECK_HEADERS still contains: > for ac_header in $1 > do > > The issue has been discussed in > http://thread.gmane.org/gmane.comp.sysutils.autoconf.patches/4589 Thanks, I applied this. Cheers, Ralf Revert 2007-10-17 change. * TODO: Multiline args in config files and headers mean something different and are not fixed, see <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html> Report by Stepan Kasal. diff --git a/TODO b/TODO index fae35f3..a463f84 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
