Updates for FreeBSD 4.9

This commit is contained in:
Michiel Broek 2004-05-03 13:22:07 +00:00
parent 73982a7f22
commit b8dcd27950
3 changed files with 805 additions and 1341 deletions

View File

@ -6,6 +6,9 @@ v0.51.4 11-Apr-2004
Start mbsetup and leave. This wil update the message area
records.
general:
Added new location of joerc files for FreeBSD 4.9
libmsgbase.a:
With JAM_Readheader the Msg.Replyid field wasn't filled.

2141
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -311,7 +311,7 @@ for joebin in /usr/bin /usr/local/bin /usr/pkg/bin NONE; do
fi
done
AC_MSG_CHECKING(location of joe rc files)
for joelib in /etc/joe /usr/lib/joe /usr/local/etc /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do
for joelib in /etc/joe /usr/lib/joe /usr/local/etc /usr/local/etc/joe /usr/local/lib/joe /usr/local/lib /usr/pkg/lib /usr/pkg/etc NONE; do
if test "$joelib" = "NONE"; then
AC_MSG_RESULT(not found)
elif test -f $joelib/joerc; then