#!/bin/sh if [ ! -f configure ]; then ./autogen.sh fi PATH=/cw/bin:$PATH ./configure \ --enable-debug \ --prefix=/tmp/lmtp2nntp # --with-dmalloc=/cw \