1#!/bin/sh
2if [ -d /usr/share/man ] ; then
3	mandir="--mandir=/usr/share/man"
4fi
5sh ./configure --prefix=/usr --sysconfdir=/etc $mandir --disable-shared \
6 --disable-kerberos --enable-ssl --enable-force_localhost \
7# LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" \
8# --enable-nls --with-included-gettext \
9# LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" \
10# --enable-kerberos --enable-mit_kerberos4 \
11# --disable-ssl --disable-tcpwrappers \
12# --enable-nls --with-included-gettext \
13#	--with-chooser_routine=test_chooser  --with-user_objs=user_objs.o  --with-user_include=user_objs.h
14