1#!/bin/sh
2# This is used to configure LPRng with Kerberos5 support for MIT
3#./configure --prefix=/usr --sysconfdir=/etc \
4# --with-ldopts="-L/usr/local/lib" --with-cppopts="-I/usr/local/include" \
5./configure --prefix=/usr --sysconfdir=/etc \
6 --with-ldopts="-L/usr/kerberos/lib" --with-cppopts="-I/usr/kerberos/include" \
7 --enable-kerberos # --enable-mit_kerberos4
8