## ## 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[3-9]*" %autoclean @autoclean shtool @autoclean libtool @autoclean autoconf %configure ./configure \ --prefix=/tmp/xds \ --disable-shared \ --enable-maintainer \ --enable-debug \ "$@" %version shtool version -l c -n "OSSP xds" -p "xds_" -e xds_version.c V=`shtool version -l c -d long xds_version.c` sed -e "s/Version .*/Version $V/g" README.n mv README.n README %dist rm -f xds-*.tar.gz ./devtool autoclean ./devtool autogen ./configure make clean all man make distclean ./shtool fixperm -v . V=`./shtool version -l c -d short xds_version.c` ./shtool tarball -o xds-${V}.tar.gz -d xds-${V} -u ossp -g xds \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . ls -l xds-${V}.tar.gz gunzip