diff -Naur tf-40s1old/unix/Config tf-40s1/unix/Config --- tf-40s1old/unix/Config Sat Mar 6 14:43:28 1999 +++ tf-40s1/unix/Config Fri Apr 19 00:19:26 2002 @@ -33,9 +33,9 @@ # even if an old version is currently in use. You can remove # the old version manually later when it is no longer in use. -# TF="/usr/local/bin/tf-${TFVER}" -# LIBDIR="/usr/local/lib/tf-${TFVER}-lib" -# SYMLINK="/usr/local/bin/tf" +TF="${FINK_BUILD}/bin/tf-${TFVER}" +LIBDIR="${FINK_BUILD}/lib/tf-${TFVER}-lib" +#SYMLINK="${FINK_BUILD}/bin/tf" ### Manual Page. @@ -44,8 +44,8 @@ # uses nroff format; set MANTYPE=cat if your man uses pre-formatted # vt100 "catman" pages. Default is "cat". -# MANTYPE="nroff" -# MANPAGE="/usr/local/man/man1/tf.1" +MANTYPE="nroff" +MANPAGE="${FINK_BUILD}/share/man/man1/tf.1" ### Flags. @@ -109,8 +109,8 @@ # If unixmake told you to set CC=cc, be sure to uncomment the line below # by removing the leading "#". -# CC=cc -# CCFLAGS="-g" +CC=cc +CCFLAGS="-g -no-cpp-precomp" ### Stripping. diff -Naur tf-40s1old/unix/tfconfig tf-40s1/unix/tfconfig --- tf-40s1old/unix/tfconfig Sat Mar 6 14:43:28 1999 +++ tf-40s1/unix/tfconfig Fri Apr 19 01:18:01 2002 @@ -45,7 +45,7 @@ TF="${TFDEV_TF}" FLAGS='' GNU_C=0 -LIBDIR="${TFDEV_LIBDIR}" +LIBDIR="${FINK_LIBDIR}" LIBS='' MAILDIR='' # MAKE='' ;# Use the value from the environment if there is one. @@ -224,6 +224,7 @@ echo 'To change these locations type "n" now and edit the unix/Config file.' while [ -z "$ans" ]; do + break echo 'Continue? (y/n)' read ans; case "$ans" in @@ -238,7 +239,7 @@ rm -f ../src/Makefile ${AOUT} -echo "#define LIBDIR \"${LIBDIR}\"" >&4 +echo "#define LIBDIR \"${FINK_LIBDIR}\"" >&4 if [ -n "$MAILDIR" ]; then echo "#define MAILDIR \"${MAILDIR}\"" >&4 else