## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 1.6.0 "1.6.*" echo install mkdir fixperm tarball version @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/str \ --disable-shared \ --enable-debug \ "$@" %version ./shtool version -l c -n "OSSP str" -p "str_" -e str_version.c %dist make distclean >/dev/null 2>&1 ./shtool fixperm -v . V=`./shtool version -l c -d short str_version.c` ./shtool tarball -o str-${V}.tar.gz -d str-${V} -u ossp -g ossp \ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' .