#!/bin/sh
#
# $Id: pre-configure,v 1.2 1998/01/25 20:37:05 torstenb Exp $
#

mv ${WRKSRC}/support/config.h.dist ${WRKSRC}/support/config.h.dist.bak.2
sed <${WRKSRC}/support/config.h.dist.bak.2 >${WRKSRC}/support/config.h.dist s+!!SYSLOG_FACILITY!!+$SYSLOG_FACILITY+g
