Cool! Thanks for the progress! With regards to
#if !defined(MAXTERMLEN) # if !defined(HAVE_LONG_FILE_NAMES) # define MAXTERMLEN 14 # else # define MAXTERMLEN 32 # endif #endif With this, the code is able to choose from two values. Previously, struct msg was all constants, and for a reason: I fear that sizeof(struct msg) might change unexpectedly, without anybody around to bump MSG_VERSION. cheers, JW- On Fri, Apr 18, 2014 at 6:56 PM, Amadeusz Sławiński <am...@asmblr.net>wrote: > On Fri, 18 Apr 2014 12:20:23 -0400 > Jim Mahood <j...@mahood.com> wrote: > > > On Apr 18, 2014 12:15 PM, "Jeroen Roovers" <j...@gentoo.org> wrote: > > > Anyone who downloads the 4.2.0 tarball will quickly > > > find out they need to pre-install autoconf now. > > > > Not too mention the oddities encountered with the various versions of > > autotools... I agree configure should be included in the release. > > Ok, I will look into adding one when I release 4.2.1 in few days. > > Amadeusz > >