Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / configure.ac
2012-10-19 David LevineCleaned up uip/mhmail. Added chmod +x of spost in...
2012-10-16 Lyndon Nerenbergautomake 1.12 generates some (apparently) harmless...
2012-09-19 David LevineReplaced spost with script that exec's post -mts sendma...
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-06-21 Lyndon NerenbergDefault to flock() locking on OpenBSD and Darwin.
2012-06-21 David LevineRefined 48959daf724bb10802ca489654035f69e701efc0 by...
2012-06-12 David LevineCan't use -ansi with gcc 4.5.3 on Cygwin, at least...
2012-06-11 David LevineReplaced run-time detection of hard-link support with...
2012-05-26 Ken HornsteinSupport for handling multibyte encodings in cpstripped...
2012-05-07 David LevineAdded -ansi -pedantic with gcc.
2012-05-07 David LevineDefault to fcntl locking for AIX, Cygwin, and Linux...
2012-04-28 David LevineAllow a user to enable setgid of inc when running distc...
2012-04-28 David LevineDisable setgid of inc (SETGID_MAIL=1) when running...
2012-04-25 Ken HornsteinDisable utmpx support for systems that lack getutxent.
2012-04-22 Ken HornsteinClean up help messages a bit.
2012-04-15 David LevineAdded -Wno-sign-compare, if supported, to compile of...
2012-03-23 David LevineMoved NMH_READLINE to after our setting of CFLAGS,...
2012-03-22 David LevineIf a pager isn't specified with configure --with-pager...
2012-03-21 Ken HornsteinSupport for readline command history, editing, and...
2012-03-21 Ken HornsteinRevert previous change to get rid of MULTIBYTE_SUPPORT...
2012-03-21 Ken HornsteinIt turns out that as part of POSIXification we got...
2012-03-15 Ken HornsteinRemove all masquerade support (draft_from is now the...
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-02-10 Ken HornsteinMake the test suite work on systems other than Linux...
2012-02-10 Ken HornsteinWith the fixing of the bug that caused CPPFLAGS to...
2012-02-10 Ken HornsteinFix typo in variable test.
2012-02-06 Ken HornsteinStill more autoconf cleanup (quoting & more use of...
2012-02-06 Ken HornsteinMore configure cleanup to modern constructs.
2012-02-05 Ken HornsteinAutoconf cleanup to suggested practice (AS_IF & AC_MSG_...
2012-02-05 David LevineExit with error message if no library could be found...
2012-02-03 Ken HornsteinMove the eval statements inside of AC_CONFIG_COMMANDS_P...
2012-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-26 David LevineUpdated config test to add -Wextra to be consistent...
2012-01-26 David LevineUndid most of 3ef341abe440ece07f8deed59fb026ab020e805...
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 Ken HornsteinConvert from our use of aclocal.m4 to a subdirectory...
2012-01-17 Ken HornsteinChange the name of AC_CHECK_NETLIBS, since it's not...
2012-01-17 Ken HornsteinConvert from utmp functions to utmpx functions (which...
2012-01-17 David LevineRemoved HAVE_STRUCT_TM_TM_GMTOFF support because it...
2012-01-17 David LevineAdded EXEEXT support, for Cygwin.
2012-01-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-14 David LevineAdded -Wextra with gcc, if supported.
2012-01-13 David LevineAdded -Wunused-macros with gcc, if supported. Added...
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-09 Ken HornsteinClean up time handling; always assume we have tzset...
2012-01-09 Ken HornsteinGarbage collect autoconf support for checking for the...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinFinally able to get rid of acconfig.h! Since we're...