Make sure LN_S is set to "cp" if "ln -s" AND "ln" does work.

This commit is contained in:
Kurt Zeilenga 1999-03-13 22:57:38 +00:00
parent 4afc7aab40
commit 5d5370c3ec
2 changed files with 472 additions and 464 deletions

932
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -284,6 +284,10 @@ AC_PROG_AWK
OL_PROG_LN_H
AC_PROG_LN_S
if test "$LN_H" = "cp" -a "$LN_S" = "ln"; then
LN_S="$LN_H"
fi
AC_PATH_PROG(SENDMAIL, sendmail, /usr/lib/sendmail,
$PATH:/usr/libexec:/usr/lib:/usr/sbin:/usr/etc:/etc)
AC_PATH_PROG(EDITOR, vi, /usr/ucb/vi, $PATH:/usr/ucb)