## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 1.6.1 "1.6.*" all @autogen libtool 1.4.2 "1.4*" @autogen autoconf 2.53 "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 %dist make distclean >/dev/null 2>&1 ./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 ossp \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .