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-ssl --enable-force_localhost \
7 LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" \
8 --enable-kerberos --enable-mit_kerberos4 \
9#
10exit 0
11sh ./configure --prefix=/usr --sysconfdir=/etc $mandir --disable-shared \
12 --disable-kerberos --disable-ssl --enable-force_localhost
13# LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" \
14# --enable-kerberos --enable-mit_kerberos4 \
15# --disable-ssl --disable-tcpwrappers
16# --enable-nls --with-included-gettext
17#	--with-chooser_routine=test_chooser  --with-user_objs=user_objs.o  --with-user_include=user_objs.h
18