Message-ID: From: "Andris Pavenis" To: "Mark E." , djgpp-workers AT delorie DOT com Date: Tue, 19 Jan 1999 20:14:58 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: autoconf 2.13 test version available In-reply-to: <199901191700.RAA89490@out4.ibm.net> X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com On 19 Jan 99, at 12:01, Mark E. wrote: > > *.inf* is not good enough: if the Info files were produced on DOS, > > they will be called .inf, .i1, .i2 etc. So use *.i* instead. > > > > After taking another look at the autoconf Makefile, it appears that *.inf* > is good enough.The info files are already provided prebuilt and unsplit > in the source. And if you delete them, they are rebuilt using the --no- > split option. To build the split files for the binary package, I had to run > makeinfo outside Windows to generate the .i? files. Perhaps it would be nice to be able to force this behaviour of makeinfo also with LFN=Y (maybe with some environment variable) Also is it really necessary to split info file? I haven't tested these latest uploads of autoconf-2.13 as I built it similary as before and modified manually places that I needed. I used such version to build newly released automake-1.4 and after fixing one bug in it all tests in automake works Ok with LFN=Y. There are still some failures with LFN=N. I uploaded both sources and binaries of automake-1.4 and they are already in v2gnu. Only thing I missed was that they requires autoconf-2.13, so I must wait a bit before announcement. Andris