--- misc/scripts/shell/build.sh 2004/03/31 21:15:58 1.14 +++ misc/scripts/shell/build.sh 2005/07/18 14:14:32 1.16 @@ -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.14 2004/03/31 21:15:58 tdb Exp $ +# $Id: build.sh,v 1.16 2005/07/18 14:14:32 tdb Exp $ # base directory for staging STAGING=/u1/i-scream/staging @@ -34,7 +34,7 @@ iscreambuild() { else cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > build/ChangeLog fi - LIBRARIES=eval `grep "LIBRARIES=" configure` + LIBRARIES=`eval \`grep "LIBRARIES=" configure\`` for LIB in $LIBRARIES; do fetchlib $LIB cp $DISTFILES/$LIB build/lib @@ -60,7 +60,7 @@ gnubuild() { else cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > ChangeLog fi - aclocal + aclocal --skip autoheader autoconf if [ "X$LIBTOOL" = "Xyes" ]; then