head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2002.01.09.13.34.42; author rse; state Exp; branches; next 1.1; 1.1 date 2002.01.09.10.44.28; author rse; state Exp; branches; next ; desc @@ 1.2 log @More build configuration fixes. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @## ## 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/sa \ --disable-shared \ --enable-debug \ "$@@" %version ./shtool version -l txt -n "OSSP cache" -e VERSION %dist make distclean >/dev/null 2>&1 ./shtool fixperm -v . V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o sa-${V}.tar.gz -d sa-${V} -u ossp -g ossp \ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf' -c 'gzip --best' . @ 1.1 log @Create a fresh build environment for new born child OSSP cache. This soon to be written library will provide a user-land cache with O(1) time complexity and fixed size memory usage. @ text @d23 1 a23 1 ./shtool version -l txt -n "OSSP SA" -e VERSION @