diff options
| author | fukachan <fukachan> | 2002-04-23 09:09:05 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-23 09:09:05 +0000 |
| commit | 22802d4e15007f3588dc6ab0449310bf8418128d (patch) | |
| tree | a0aeda75824b722d093885918ebf4157b5025aef | |
| parent | 4933745225383a3c2613b59b4c3911428b30c538 (diff) | |
| download | fml8-22802d4e15007f3588dc6ab0449310bf8418128d.tar.gz fml8-22802d4e15007f3588dc6ab0449310bf8418128d.tar.bz2 fml8-22802d4e15007f3588dc6ab0449310bf8418128d.zip | |
search path for newaliases, postfix, postalias
| -rw-r--r-- | configure.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0fbdc3b4..b355fe39 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl $FML: configure.in,v 1.17 2002/04/20 11:18:21 fukachan Exp $ +dnl $FML: configure.in,v 1.18 2002/04/21 13:10:33 fukachan Exp $ dnl AC_REVISION($Revision$) @@ -37,7 +37,10 @@ AC_PATH_PROG(BUNZIP2, bunzip2) AC_PATH_PROG(UUENCODE, uuencode) AC_PATH_PROG(COMPRESS, compress) -AC_PATH_PROG(SENDMAIL, sendmail) +AC_PATH_PROG(SENDMAIL, sendmail) +AC_PATH_PROG(NEWALIASES, newaliases) +AC_PATH_PROG(POSTFIX, postfix) +AC_PATH_PROG(POSTALIAS, postalias) AC_PATH_PROG(NKF, nkf) AC_PATH_PROG(KAKASI, kakasi) |
