head 1.4; access; symbols PETIDOMO_4_0b6:1.3 PETIDOMO_4_0b5:1.2 PETIDOMO_4_0b4:1.2 PETIDOMO_4_0b3:1.1; locks; strict; comment @# @; 1.4 date 2005.10.06.09.16.45; author rse; state Exp; branches; next 1.3; 1.3 date 2004.03.19.15.31.22; author thl; state Exp; branches; next 1.2; 1.2 date 2004.03.09.13.23.47; author thl; state Exp; branches; next 1.1; 1.1 date 2004.02.02.20.19.25; author thl; state Exp; branches; next ; desc @@ 1.4 log @upgrade build environment @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen shtool 2.0.3 "2.0.*" all @@autogen libtool 1.5.20 "1.5*" @@autogen autoconf 2.59 "2.5[4-9]*" %autoclean @@autoclean shtool @@autoclean libtool @@autoclean autoconf %configure ./configure \ --prefix=/tmp/petidomo \ --disable-shared \ --enable-debug \ "$@@" %release ./devtool autogen ./devtool version ./devtool tag ./devtool dist ./devtool upload %version ./shtool version -l c -n "OSSP petidomo" -p petidomo_ -e version.c V=`./shtool version -l c -d long version.c` sed -e "s/Version .*/Version $V/g" README.n && mv README.n README %tag V=`./shtool version -l c -dshort version.c | sed -e 's;\.;_;g'` echo "+++ tagging CVS sources as PETIDOMO_${V}" cvs commit -m 'flush pending changes before tagging' cvs tag PETIDOMO_${V} %dist echo "+++ removing old tarballs" rm -f petidomo-*.tar.gz 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 c -d short version.c` ./shtool tarball -o petidomo-${V}.tar.gz -d petidomo-${V} -u ossp -g ossp \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . ls -l petidomo-${V}.tar.gz echo "+++ testing" gunzip