diff options
-rw-r--r-- | configure.in | 45 |
1 files changed, 2 insertions, 43 deletions
diff --git a/configure.in b/configure.in index 6b4d1ccf..17e96174 100644 --- a/configure.in +++ b/configure.in @@ -3,47 +3,6 @@ dnl Carl Harris, ceharris@mal.com dnl dnl Process this file with autoconf to produce a configure script. dnl -dnl $Log: configure.in,v $ -dnl Revision 1.2 1996/06/26 19:08:56 esr -dnl This is what I sent Harris. -dnl -dnl Revision 1.1 1996/06/24 20:43:13 esr -dnl Initial revision -dnl -dnl Revision 1.6 1995/09/07 22:37:33 ceharris -dnl Preparation for 3.0b4 release. -dnl -dnl Revision 1.5 1995/08/14 18:36:37 ceharris -dnl Patches to support POP3's LAST command. -dnl Final revisions for beta3 release. -dnl -dnl Revision 1.4 1995/08/10 00:32:26 ceharris -dnl Preparation for 3.0b3 beta release: -dnl - added code for --kill/--keep, --limit, --protocol, --flush -dnl options; --pop2 and --pop3 options now obsoleted by --protocol. -dnl - added support for APOP authentication, including --with-APOP -dnl argument for configure. -dnl - provisional and broken support for RPOP -dnl - added buffering to SockGets and SockRead functions. -dnl - fixed problem of command-line options not being correctly -dnl carried into the merged options record. -dnl -dnl Revision 1.3 1995/08/09 01:32:49 ceharris -dnl Version 3.0 beta 2 release. -dnl Added -dnl - .poprc functionality -dnl - GNU long options -dnl - multiple servers on the command line. -dnl Fixed -dnl - Passwords showing up in ps output. -dnl -dnl Revision 1.2 1995/08/08 01:01:17 ceharris -dnl Added GNU-style long options processing. -dnl Fixed password in 'ps' output problem. -dnl Fixed various RCS tag blunders. -dnl Integrated .poprc parser, lexer, etc into Makefile processing. -dnl -dnl AC_INIT(popclient.h) dnl A distinctive file to look for in srcdir. AC_CONFIG_HEADER(config.h) @@ -101,8 +60,8 @@ case $host in else # default case assumes /bin/mail is an MDA -- may LOSE mail on # systems where it is not an MDA. - AC_DEFINE(DEF_MDA,"/bin/mail -d %s") - mdacmd="/bin/mail -d \$u" + AC_DEFINE(DEF_MDA,"/bin/mail %s") + mdacmd="/bin/mail \$u" fi ;; esac |