## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 1.6.1 "1.6.*" all @autogen libtool 1.4.3 "1.4*" @autogen autoconf 2.54 "2.5[3-9]*" %autoclean @autoclean shtool @autoclean libtool @autoclean autoconf %configure ./configure \ --prefix=/tmp/sa \ --disable-shared \ --enable-debug \ "$@" %version ./shtool version -l txt -n "OSSP sa" -e VERSION V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*(.*)/Version $V/g" README.n mv README.n README %dist rm -f sa-*.tar.gz ./devtool autoclean ./devtool autogen ./configure make clean all make distclean ./shtool fixperm -v . V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o sa-${V}.tar.gz -d sa-${V} -u gnu -g sa \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . ls -l sa-${V}.tar.gz gunzip