summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-29 14:30:37 +1100
committerDamien Miller <djm@mindrot.org>2000-08-29 14:30:37 +1100
commite5192fafbfbc49afaa64c7b9f3c8d90efe2f1297 (patch)
tree865a8be1325fd1881b13f3e570d288d406484756 /configure.in
parent6d8c11f627d75f5e48dfcb23c0fe9e65a7b522eb (diff)
- (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 824ff5c0..b7f216bb 100644
--- a/configure.in
+++ b/configure.in
@@ -122,15 +122,13 @@ case "$host" in
need_dash_r=1
;;
*-next-*)
- # hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/usr/adm/lastlog"
- conf_utmp_location=/etc/utmp
+ conf_utmp_location=/etc/utmp
+ conf_wtmp_location=/usr/adm/wtmp
+ MAIL=/usr/spool/mail
AC_DEFINE(HAVE_NEXT)
CFLAGS="$CFLAGS -I/usr/local/include"
- MAIL=/usr/spool/mail
AC_MSG_WARN([*** Tested: PA-RISC/m68k Untested: Sparc/Intel])
- AC_MSG_WARN([*** Expect 'scp' to fail!])
- AC_MSG_WARN([*** Please report any problems, thanks])
;;
*-*-solaris*)
CFLAGS="$CFLAGS -I/usr/local/include"