#! /usr/local/bin/bash

#
# I've successfully compiled the SuSE ftp-proxy (without docs)
# on FreeBSD and OpenLDAP 1.2.11...
#

aclocal
autoheader
autoconf
rm -f stamp-h.in
touch stamp-h.in
[ -f Makefile ] && gmake distclean

MAKE=gmake ./configure --sysconfdir=/etc/proxy-suite --localstatedir=/var/run --enable-so-linger --enable-rfc1579 --disable-rfc2428 --with-regex --with-libwrap --with-libldap --disable-proc-mods --enable-warnings --enable-debug

gmake -C common
gmake -C ftp-proxy

