#! /bin/sh
#
# Created by configure

CPPFLAGS="-I/usr/athena/include"; export CPPFLAGS
LDFLAGS="-L/usr/athena/lib -lresolv -lhesiod"; export LDFLAGS
"./configure" \
"--prefix=/var/local/www" \
"--enable-hesiod=yes" \
"--with-ssl" \
"$@"
