From: jbasney Date: Fri, 16 Feb 2007 23:49:04 +0000 (+0000) Subject: install good autotools from Globus for our cvs builds X-Git-Tag: OPENSSH_4_5P1_20070218~12 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/67b4c7add126bbf18329454b7e0abac92f63ed0f install good autotools from Globus for our cvs builds --- diff --git a/nmi/testscript b/nmi/testscript index 24a0c13..b05ab8d 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -50,13 +50,19 @@ GLOBUS_FLAVOR_NAME=`gpt-query -name=gsi_openssh | perl -n -e 'if (/gsi_openssh-( export GLOBUS_FLAVOR_NAME echo GPT GLOBUS_FLAVOR_NAME is $GLOBUS_FLAVOR_NAME. Installing globus_core. gpt-build -nosrc $GLOBUS_FLAVOR_NAME -echo ================================================== if test -f gsi_openssh_bundle-*.tar.gz; then + echo ================================================== echo Building GSI-OpenSSH GPT bundle... gpt-build -force -verbose gsi_openssh_bundle-*.tar.gz $GLOBUS_FLAVOR_NAME \ GSI_OPENSSH_GPTMACRO="--with-zlib=$ZLIB_LOCATION" fi if test -d openssh; then + echo ================================================== + echo Installing autotools... + cd autotools + ./install-autotools $GLOBUS_LOCATION + cd .. + echo ================================================== echo Building GSI-OpenSSH from CVS... cd openssh make -f Makefile.in distprep