Check-in Number:
|
1459 | |
Date: |
2001-Dec-31 11:23:09 (local)
2001-Dec-31 10:23:09 (UTC) |
User: | thl |
Branch: | |
Comment: |
fix autogen.sh to reflect recent str changes |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/autogen.sh 1.9 -> 1.10
--- autogen.sh 2001/12/11 12:02:26 1.9
+++ autogen.sh 2001/12/31 10:23:09 1.10
@@ -65,7 +65,7 @@
# perform same operation in subdirs
echo "===> str (autogen.sh)"
-(cd str && ./autogen.sh)
+(cd str && ./devtool autogen)
echo "<=== str"
echo "===> l2 (devtool)"
(cd l2 && ./devtool autogen)
|
|