--- misc/scripts/shell/build.sh 2003/02/16 18:53:50 1.1 +++ misc/scripts/shell/build.sh 2003/03/10 19:44:27 1.2 @@ -4,7 +4,7 @@ # builds new-style dists from cvs source, and puts them # in a single location for download (eg. snapshots) # -# $Id: build.sh,v 1.1 2003/02/16 18:53:50 tdb Exp $ +# $Id: build.sh,v 1.2 2003/03/10 19:44:27 tdb Exp $ # todo: ./configure on server pulls from net - make local? @@ -88,6 +88,21 @@ echo "+ Building Winhost Package" cd $CMSSOURCE/host/winhost ./configure gnumake dist dest=$BUILDS/winhost + +echo "+ Making libstatgrab" + +cd $CMSSOURCE/libstatgrab +aclocal +autoheader +autoconf +libtoolize -c +automake -a -c +./configure +gnumake dist +LIBSTATGRAB=`ls libstatgrab-*.tar.gz` +mkdir -p $BUILDS/libstatgrab +cp $LIBSTATGRAB $BUILDS/libstatgrab +gpg -abs --default-key=0x135D6B0A $BUILDS/libstatgrab/$LIBSTATGRAB echo "+ Making ihost"