8 Feb 2007 19:42
tiny quote error in makeconfig (w/ patch)
The makeconfig script has a tiny error at the end, namely the autoconfiguration summary output. The C preprocessor may complain about the single apostrophy quote. A unidiff with a suggested rewording fixing that is below. This error will only show up at the end of the config.log and is not really crucial -- the config.h has already been written at this point. [makeconfig is an excellent configuration script -- straight forward and easy to debug. Soooo much more sensible than GNU's autohell.] Martin Index: makeconfig =================================================================== RCS file: /cvsroot/nail/nail/makeconfig,v retrieving revision 1.12 diff -u -r1.12 makeconfig --- makeconfig 4 Mar 2006 00:32:16 -0000 1.12 +++ makeconfig 8 Feb 2007 18:21:01 -0000 <at> <at> -459,8 +459,8 <at> <at> #endif #ifndef HAVE_FCHDIR : * The function fchdir() could not be found. mailx will be compiled to use -: chdir() instead. This is not a problem unless mailx's current working -: directory is moved while the IMAP cache is used. +: chdir() instead. This is not a problem unless the current working +: directory of mailx is moved while the IMAP cache is used. #endif :(Continue reading)
RSS Feed