ncohafmuta-1.4.2/bot/
ncohafmuta-1.4.2/helpfiles/
ncohafmuta-1.4.2/lib/emailver/
ncohafmuta-1.4.2/tzinfo/Atlantic/
ncohafmuta-1.4.2/tzinfo/Brazil/
ncohafmuta-1.4.2/tzinfo/Chile/
ncohafmuta-1.4.2/tzinfo/Indian/
ncohafmuta-1.4.2/tzinfo/Mexico/
ncohafmuta-1.4.2/tzinfo/Mideast/
ncohafmuta-1.4.2/tzinfo/SystemV/
ncohafmuta-1.4.2/utils/
ncohafmuta-1.4.2/utils/code_fragments/new_config/
#!/bin/sh

if test -f "storybot"
then
echo "Backing up old storybot program.."
cp storybot storybot.old
echo "Done"
fi

echo "Compiling.."
echo 'gcc -O3 -Wall -DHAVE_CONFIG_H -o storybot storybot.c'
#
# Uncomment the HAVE_CONFIG_H line if you want to use the configure-includes
# from the talker. This is the preferred and DEFAULT method.
#
#gcc -O3 -Wall -DHAVE_NETDB_H -o storybot storybot.c
gcc -O3 -Wall -DHAVE_CONFIG_H -o storybot storybot.c