## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 2.0.3 "2.0.*" all @autogen autoconf 2.59 "2.5[3-9]*" %autoclean @autoclean shtool @autoclean autoconf %configure ./configure --prefix=/tmp/getopt "$@" %dist rm -f getopt-*.tar.gz ./devtool autoclean ./devtool autogen ./configure make clean all make distclean ./shtool fixperm -v . V=`cat VERSION` ./shtool tarball -o getopt-${V}.tar.gz -d getopt-${V} -u gnu -g getopt \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . ls -l getopt-${V}.tar.gz gunzip