Updates for FreeBSD 4.9
This commit is contained in:
parent
73982a7f22
commit
b8dcd27950
@ -6,6 +6,9 @@ v0.51.4 11-Apr-2004
|
|||||||
Start mbsetup and leave. This wil update the message area
|
Start mbsetup and leave. This wil update the message area
|
||||||
records.
|
records.
|
||||||
|
|
||||||
|
general:
|
||||||
|
Added new location of joerc files for FreeBSD 4.9
|
||||||
|
|
||||||
libmsgbase.a:
|
libmsgbase.a:
|
||||||
With JAM_Readheader the Msg.Replyid field wasn't filled.
|
With JAM_Readheader the Msg.Replyid field wasn't filled.
|
||||||
|
|
||||||
|
@ -311,7 +311,7 @@ for joebin in /usr/bin /usr/local/bin /usr/pkg/bin NONE; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
AC_MSG_CHECKING(location of joe rc files)
|
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
|
if test "$joelib" = "NONE"; then
|
||||||
AC_MSG_RESULT(not found)
|
AC_MSG_RESULT(not found)
|
||||||
elif test -f $joelib/joerc; then
|
elif test -f $joelib/joerc; then
|
||||||
|
Reference in New Issue
Block a user