*** ./Makefile.in Tue Oct 27 03:51:19 1998 --- ../nn-tk.16.4/./Makefile.in Wed Jan 6 17:00:31 1999 *************** *** 62,68 **** # clean: ymakefile ! make -f ymakefile clean rm -f *.o *~ ymakefile # --- 62,68 ---- # clean: ymakefile ! $(MAKE) -f ymakefile clean rm -f *.o *~ ymakefile # *** ./inst.sh Tue Jun 17 22:58:20 1997 --- ../nn-tk.16.4/./inst.sh Wed Jan 6 16:57:08 1999 *************** *** 273,278 **** --- 273,282 ---- then rm $LIB/tcl/exmh ln -s $EXMH_DIR $LIB/tcl/exmh + elif test -d "`dirname $LIB`/exmh*" + then + rm $LIB/tcl/exmh + ln -s `dirname $LIB`/exmh* $LIB/tcl/exmh fi ./mkprefix conf > ${LIB}/conf *** ./Makefile Tue Oct 27 03:51:19 1998 --- ../nn-tk.16.4/./Makefile Thu Jan 7 17:17:18 1999 *************** *** 63,69 **** # clean: ymakefile ! make -f ymakefile clean rm -f *.o *~ ymakefile # --- 63,69 ---- # clean: ymakefile ! $(MAKE) -f ymakefile clean rm -f *.o *~ ymakefile # *** ./config.h Tue Oct 27 20:44:31 1998 --- ../nn-tk.16.4/./config.h Thu Jan 7 16:56:29 1999 *************** *** 32,38 **** /*#define TKINCLUDE -I/usr/local/include/tcl*/ /* TCL and TK libraries (overide configure) */ ! /*#define TKLIB -L/usr/X11R6/lib -ltk8.0 -ltcl8.0 -lX11 -lm -ldl*/ /********************************** NNTP ********************************* * --- 32,38 ---- /*#define TKINCLUDE -I/usr/local/include/tcl*/ /* TCL and TK libraries (overide configure) */ ! #define TKLIB -ltk -ltcl -lX11 -lm /********************************** NNTP ********************************* * *************** *** 89,95 **** * NOTE: If you plan to use the included inews, it MUST be a full pathname */ ! #define NNTP_SERVER "/usr/lib/nntp_server" /* * --- 89,95 ---- * NOTE: If you plan to use the included inews, it MUST be a full pathname */ ! #define NNTP_SERVER "/usr/freeware/lib/nntp_server" /* * *************** *** 134,140 **** */ /* #define NNTP_PATH_HOSTNAME "puthostnamehere" */ ! #define NNTP_PATH_HOSTNAME "/usr/lib/news/nntp_path" /*********************************** DIGEST ********************************* --- 134,140 ---- */ /* #define NNTP_PATH_HOSTNAME "puthostnamehere" */ ! #define NNTP_PATH_HOSTNAME "/usr/freeware/lib/news/nntp_path" /*********************************** DIGEST ********************************* *************** *** 191,198 **** * (= LIB_DIRECTORY/Log if undefined). */ ! #define BIN_DIRECTORY "/usr/local/bin" ! #define LIB_DIRECTORY "/usr/local/lib/nn" /*************************** NEWS TRANSPORT ************************** * --- 191,198 ---- * (= LIB_DIRECTORY/Log if undefined). */ ! #define BIN_DIRECTORY "/usr/freeware/bin" ! #define LIB_DIRECTORY "/usr/freeware/lib/nn" /*************************** NEWS TRANSPORT ************************** * *************** *** 217,227 **** */ #define NEWS_DIRECTORY "/usr/spool/news" ! #define NEWS_LIB_DIRECTORY "/usr/lib/news" #define NOV_DIRECTORY "/usr/spool/news" /* path to inews (overide configure) */ ! /* #define INEWS_PATH "/usr/lib/news/inews" */ /* --- 217,227 ---- */ #define NEWS_DIRECTORY "/usr/spool/news" ! #define NEWS_LIB_DIRECTORY "/usr/freeware/lib/news" #define NOV_DIRECTORY "/usr/spool/news" /* path to inews (overide configure) */ ! #define INEWS_PATH "/usr/freeware/lib/nn/inews" /* *************** *** 305,317 **** * DAEMON_MAN - nnmaster */ ! #define USER_MAN_DIR "/usr/local/man/man1" #define USER_MAN_SECTION "1" ! #define SYS_MAN_DIR "/usr/local/man/man1" #define SYS_MAN_SECTION "1m" ! #define DAEMON_MAN_DIR "/usr/local/man/man8" #define DAEMON_MAN_SECTION "8" --- 305,317 ---- * DAEMON_MAN - nnmaster */ ! #define USER_MAN_DIR "/usr/freeware/man/u_man/man1" #define USER_MAN_SECTION "1" ! #define SYS_MAN_DIR "/usr/freeware/man/p_man/man1m" #define SYS_MAN_SECTION "1m" ! #define DAEMON_MAN_DIR "/usr/freeware/man/u_man/man8" #define DAEMON_MAN_SECTION "8" *** ./configure Tue Oct 27 03:51:19 1998 --- ../nn-tk.16.4/./configure Thu Jan 7 14:39:18 1999 *************** *** 1154,1160 **** echo $ac_n "checking for inews""... $ac_c" 1>&6 echo "configure:1156: checking for inews" >&5 inews_not_set=1 ! INEWS_PATH="\"/usr/local/lib/nn/inews\"" dirs="/lib /usr/lib /usr/bin /usr/local /usr/local/lib /usr/local/news /usr/lib/news" for i in $dirs ; do if test -r $i/inews; then --- 1154,1160 ---- echo $ac_n "checking for inews""... $ac_c" 1>&6 echo "configure:1156: checking for inews" >&5 inews_not_set=1 ! INEWS_PATH="\"/usr/freeware/lib/nn/inews\"" dirs="/lib /usr/lib /usr/bin /usr/local /usr/local/lib /usr/local/news /usr/lib/news" for i in $dirs ; do if test -r $i/inews; then