Revision 19074,
612 bytes
checked in by ghudson, 22 years ago
(diff) |
Remove ATHTOOLROOT support.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | # $Id: configure.athena,v 1.7 2003-03-23 01:16:04 ghudson Exp $ |
---|
2 | |
---|
3 | ./configure --enable-nmh-pop --enable-nmh-debug \ |
---|
4 | --with-krb4=/usr/athena \ |
---|
5 | --with-hesiod=/usr/athena \ |
---|
6 | --with-mts=sendmail --with-editor=emacs |
---|
7 | |
---|
8 | # nmh requires that one edit the config.h by hand. argh. so do that |
---|
9 | # here. |
---|
10 | |
---|
11 | rm -f configtmp |
---|
12 | cp config.h configtmp |
---|
13 | |
---|
14 | case $ATHENA_HOSTTYPE in |
---|
15 | "sun4" | "sgi") |
---|
16 | sed -e 's/\/\*.*SYS5.*/#define SYS5 1/' \ |
---|
17 | -e 's/\/\*.*SVR4.*/#define SVR4 1/' \ |
---|
18 | < configtmp > config.h |
---|
19 | ;; |
---|
20 | "linux") |
---|
21 | sed -e 's/\/\*.*LINUX_STDIO.*/#define LINUX_STDIO 1/' \ |
---|
22 | < configtmp > config.h |
---|
23 | ;; |
---|
24 | esac |
---|
25 | |
---|
26 | rm -f configtmp |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.