#!/bin/sh
if [ -d /usr/share/man ] ; then
	mandir="--mandir=/usr/share/man"
fi
./configure --prefix=/usr --sysconfdir=/etc $mandir --disable-shared \
 LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" \
 --enable-nls # --with-included-gettext \
