fix profile path in mhl(1)
[mmh] / configure.ac
2015-11-04 markus schnalkeRe-add --with-lockdir=DIR configure option
2015-10-28 markus schnalkeFix configure.ac warning
2015-10-28 markus schnalkeRemove check for not used networking libraries in confi...
2015-10-28 markus schnalkeInclude `test' dir in release tarball
2015-08-28 Philipp TakacsBring back the LINUX-IO check from the last commit
2015-08-26 David LevineRemove discard() total
2015-08-26 markus schnalkeFix autoconf check for mailspool world write permission
2015-04-19 Philipp TakacsUse realpath to find the mailspool
2015-04-10 markus schnalkeRemove h/nmh.h
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-01 markus schnalkeRemoved the altmsglink (named `@') and env var `$edital...
2012-05-01 markus schnalkeBring in all of the mh-e support that is actually used
2012-03-27 markus schnalkeExit with error message if no library could be found...
2012-03-27 markus schnalkeFreeBSD needs the HAVE_STRUCT_TM_TM_GMTOFF test.
2012-03-27 markus schnalkes/AC_CHECK_NETLIBS/NMH_CHECK_NETLIBS/, since it's not...
2012-03-27 markus schnalkeRemoved the undocumented `select' option of slocal...
2012-03-27 markus schnalkeRemoved HAVE_STRUCT_TM_TM_GMTOFF support.
2012-03-27 markus schnalkeRemove OS-specific defines. Remove GECOS ampersand...
2012-03-27 markus schnalkeClean up time handling; always assume we have tzset().
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-26 markus schnalkeRemoved check for st_blksize; it's required by POSIX.
2012-03-26 markus schnalkeSwitch to standard autoconf macro for checking d_type...
2012-03-26 markus schnalkeRemove #ifdef around use of sigsetjmp().
2012-03-26 markus schnalkeRemove overrides for 'broken' stat macros. Remove redun...
2012-03-26 markus schnalkeNuke directory processing conditionals; use dirent.h.
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-26 markus schnalkeMake use of mkstemp() unconditional (vs. mktemp()).
2012-03-26 markus schnalkeNo longer check for the mkstemp() function in the mkste...
2012-03-26 markus schnalkeRemove compatibility functions that are always provided...
2012-03-26 markus schnalkeIgnore OSPEED/ospeed in termcap. Nothing current should...
2012-03-26 markus schnalkeCollapse termio/termios/sgtty terminal interface down...
2012-03-26 markus schnalkeEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-03-26 markus schnalkeDeprecate uname() in favour of (Posix) gethostname().
2012-03-26 markus schnalkeThere's no need for killpg(). We can use kill() instead.
2012-03-22 markus schnalkeAdded a note that I autoconf-2.59 should be enough.
2012-03-21 markus schnalkeconfigure.ac: Don't check for vfork and wait3 when...
2012-02-04 markus schnalkeRemoved the suppress dups feature from slocal for simpl...
2012-02-03 markus schnalkeRemoved the last masquerading type: username_extension.
2012-02-03 markus schnalkeRemoved draft_from masquerading.
2012-02-03 markus schnalkeRemoved mmailid masquerading.
2012-01-30 markus schnalkeRest of the MMDF-style mail drop support removal.
2012-01-03 markus schnalkeRemoved remaining lines from the --with-pager=... remov...
2012-01-02 markus schnalkeUpdated INSTALL and changed `nmh' strings to `mmh'
2011-12-09 markus schnalkeWe have `NULL' in order to not need to write `(char...
2011-11-01 markus schnalkeDon't call writev() anymore.
2011-10-07 markus schnalkeRemoved unneeded sbr code.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
2011-10-05 markus schnalkeRemoved --with-{editor,pager} configure options.
2011-10-05 markus schnalkeRemoved configure option --with-hash-prefix and moved...
2011-10-04 markus schnalkeRenamed configure.in to the more modern name configure.ac