ossp-pkg/rc/devtool.conf 1.6 -> 1.7
--- devtool.conf 2002/02/05 14:11:52 1.6
+++ devtool.conf 2002/02/05 17:29:17 1.7
@@ -4,6 +4,7 @@
%autogen
@autogen shtool 1.5.4 "1.5.*" all
+ @autogen libtool 1.4.2 "1.4*"
@autogen autoconf 2.52 "2.5.*"
echo "===> rc_ex (devtool autogen)"
@@ -21,6 +22,7 @@
%autoclean
@autoclean shtool
+ @autoclean libtool
@autoclean autoconf
echo "===> rc_ex (devtool autoclean)"
@@ -36,11 +38,14 @@
%configure
./configure \
--cache-file=config.cache \
+ --enable-maintainer \
+ --disable-shared \
--prefix=/tmp/rc \
+ --enable-debug
"$@"
%version
- ./shtool version -l txt -n "OSSP rc" -p "rc_" -e VERSION
+ ./shtool version -l c -n "OSSP rc" -p "rc_" -e rc_version.c
%dist
make distclean >/dev/null 2>&1
|
|