head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.02.16.16.16.06; author rse; state Exp; branches; next ; desc @@ 1.1 log @add initial OSSP library framework to CVS for new forthcoming OSSP res @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen shtool 1.6.2 "1.6.*" all @@autogen libtool 1.4.3 "1.4*" @@autogen autoconf 2.57 "2.5[3-9]*" %autoclean @@autoclean shtool @@autoclean libtool @@autoclean autoconf %configure ./configure \ --prefix=/tmp/res \ --disable-shared \ --enable-debug \ "$@@" %version ./shtool version -l txt -n "OSSP res" -e VERSION V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*/Version $V/g" README.n mv README.n README %dist echo "+++ generating" ./devtool autoclean ./devtool autogen echo "+++ configuring" ./configure echo "+++ building" make clean all man echo "+++ cleaning" make distclean echo "+++ fixing" ./shtool fixperm -v . echo "+++ rolling" V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o res-${V}.tar.gz -d res-${V} -u ossp -g res \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,00TODO' -c 'gzip --best' . ls -l res-${V}.tar.gz echo "+++ testing" gunzip