Check-in Number:
|
1214 | |
Date: |
2001-Oct-24 15:38:02 (local)
2001-Oct-24 13:38:02 (UTC) |
User: | rse |
Branch: | |
Comment: |
move also .configure stuff to new devtool.conf |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sa/.configure 1.1 -> 1.2
ossp-pkg/sa/devtool.conf 1.1 -> 1.2
--- devtool.conf 2001/10/24 13:36:11 1.1
+++ devtool.conf 2001/10/24 13:38:02 1.2
@@ -12,6 +12,16 @@
@autoclean libtool
@autoclean shtool
+%foo
+ echo "$@"
+
+%configure
+ ./configure \
+ --prefix=/tmp/sa \
+ --disable-shared \
+ --enable-debug \
+ "$@"
+
%version
./shtool version -l txt -n "OSSP SA" -e VERSION
|
|