## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 1.5.4 "1.5.*" all @autogen libtool 1.4.2 "1.4*" @autogen autoconf 2.52 "2.5.*" %autoclean @autoclean shtool @autoclean libtool @autoclean autoconf %configure ./configure \ --prefix=/tmp/l2 \ --disable-shared \ --enable-maintainer \ --enable-debug \ "$@" %version ./shtool version -l c -n "OSSP L2" -p "l2_" -e l2_version.c %dist make distclean >/dev/null 2>&1 ./shtool fixperm -v . V=`./shtool version -l c -d short l2_version.c` ./shtool tarball -o l2-${V}.tar.gz -d l2-${V} -u ossp -g ossp \ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' .