diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 03:40:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 03:40:01 +0000 |
commit | 50a942cfbffdb207a849b2580aeb22613166e7e0 (patch) | |
tree | fa0e42847076bb492ae3bc30eb72893b7b0f1f3b /configure.in | |
parent | 3f972ba1ec94c2099f6d55d1427fcce3a543dc56 (diff) | |
download | fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.gz fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.bz2 fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.zip |
The great name change.
svn path=/trunk/; revision=114
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 68306f51..2c3552b2 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ -dnl Autoconfigure input file for popclient +dnl Autoconfigure input file for fetchmail dnl Carl Harris, ceharris@mal.com dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT(popclient.h) dnl A distinctive file to look for in srcdir. +AC_INIT(fetchmail.h) dnl A distinctive file to look for in srcdir. AC_CONFIG_HEADER(config.h) # We want these before the checks, so the checks can modify their values. @@ -67,7 +67,7 @@ case $host in # Do *not* use the -t option! We explicitly want only # local delivery to the recipients named on the command line. # Also don't use -fpopmail -- this looks tempting, but will - # cause lossage unless you always run popclient from the + # cause lossage unless you always run fetchmail from the # account of a privileged user. AC_DEFINE(DEF_MDA,"/usr/lib/sendmail -oem %s") mdacmd="/usr/lib/sendmail -fpopmail \$u" @@ -195,7 +195,7 @@ AC_TRY_LINK([#include <signal.h> AC_MSG_RESULT(no)) # The presence of the following is not meant to imply -# that popclient necessarily works on those systems. +# that fetchmail necessarily works on those systems. dnl AC_DYNIX_SEQ dnl AC_XENIX_DIR dnl AC_IRIX_SUN |