Index: ossp-pkg/lmtp2nntp/.configure RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/.configure,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/.configure,v' 2>/dev/null --- .configure 2001/08/20 11:28:29 1.2 +++ .configure 2001/08/20 12:17:42 1.3 @@ -1,4 +1,9 @@ #!/bin/sh +if [ ! -f configure ]; then + ./autogen.sh +fi +PATH=/cw/bin:$PATH ./configure \ --prefix=/tmp/lmtp2nntp \ - --with-str=/cw + --with-str=/cw \ + --enable-debug