head 1.11; access; symbols OSSP_JS_1_6_20070208:1.11 OSSP_JS_1_6_20060820:1.10 OSSP_JS_1_6_20060803:1.10 OSSP_JS_1_6_20060731:1.9 OSSP_JS_1_6_20060730:1.8 OSSP_JS_1_6_20060729:1.7 OSSP_JS_1_6_20060724:1.6 OSSP_JS_1_6_20060722:1.6; locks; strict; comment @# @; 1.11 date 2007.02.08.09.38.41; author rse; state Exp; branches; next 1.10; commitid WxwElxuKajdKAF5s; 1.10 date 2006.08.03.13.19.20; author rse; state Exp; branches; next 1.9; commitid 9Bvk8Ze7oUq2ToHr; 1.9 date 2006.07.31.17.44.29; author rse; state Exp; branches; next 1.8; commitid K0Vtpa6Wsrk2s2Hr; 1.8 date 2006.07.30.08.10.01; author rse; state Exp; branches; next 1.7; commitid twue0ppU7lKWiRGr; 1.7 date 2006.07.29.11.33.35; author rse; state Exp; branches; next 1.6; commitid CRq6i0bVnUdMsKGr; 1.6 date 2006.07.23.10.52.12; author rse; state Exp; branches; next 1.5; commitid nAaPVoGAf5VxqYFr; 1.5 date 2006.07.22.19.43.48; author rse; state Exp; branches; next 1.4; commitid QqT7sMu2XvzUoTFr; 1.4 date 2006.07.22.15.40.04; author rse; state Exp; branches; next 1.3; commitid ply9UPjF1x8i3SFr; 1.3 date 2006.07.22.15.02.07; author rse; state Exp; branches; next 1.2; commitid GmjUFjJ3yPkhQRFr; 1.2 date 2006.07.22.14.03.51; author rse; state Exp; branches; next 1.1; commitid zacvxOkskU8iwRFr; 1.1 date 2006.07.22.11.04.43; author rse; state Exp; branches; next ; commitid DeAm5kOtHjOPwQFr; desc @@ 1.11 log @upgrade to autoconf 2.61 @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen shtool 2.0.6 "2.0.*" all @@autogen libtool 1.5.22 "1.5*" @@autogen autoconf 2.61 "2.6[0-9]*" %autoclean @@autoclean shtool @@autoclean libtool @@autoclean autoconf %configure ./configure \ --prefix=/tmp/js \ --with-editline=/usr/opkg/lib \ --with-perl=/usr/opkg/bin/perl \ --with-file \ --with-dso \ --disable-shared \ "$@@" %version ./shtool version -l txt -n "OSSP js" -e VERSION V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*/Version $V/g" README.n mv README.n README V=`./shtool version -l txt -d short VERSION` sed -e "s/OSSP js 1.6........./OSSP js $V/g" src/jsapi.c.n mv src/jsapi.c.n src/jsapi.c %dist echo "+++ dist cleaning" make distclean echo "+++ removing old tarballs" rm -f js-*.tar.gz echo "+++ generating" ./devtool autoclean ./devtool autogen echo "+++ configuring" ./configure echo "+++ real cleaning" make realclean echo "+++ re-generating" ./devtool autoclean ./devtool autogen echo "+++ re-configuring" ./configure echo "+++ building" make echo "+++ dist cleaning" make distclean echo "+++ fixing" ./shtool fixperm -v . echo "+++ rolling" V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o js-${V}.tar.gz -d js-${V} -u ossp -g js \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . ls -l js-${V}.tar.gz echo "+++ testing" gunzip