Check-in Number:
|
701 | |
Date: |
2001-Aug-20 14:17:42 (local)
2001-Aug-20 12:17:42 (UTC) |
User: | thl |
Branch: | |
Comment: |
better developer stuff |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/.configure 1.2 -> 1.3
--- .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
|
|