#!/bin/sh
#
# You may add --enable-symbols when compiling 
# with debugging symbols. For list of other 
# supported options to configure, run
#   ../configure --help 
#

CC=gcc; export CC

sh ../configure --enable-symbols --enable-threads

# 
# For AOLserver, you might want to use this command.
# Just uncomment following two command lines below.
# You should modify the "--with-aolserver" directive
# if your AOLserver directory does not match.
# This will build the extension as AOLserver module. 
#

#sh ../configure --enable-threads --enable-symbols \
#    --with-aolserver=/usr/local/aolserver

# EOF
