]> andersk Git - gssapi-openssh.git/commitdiff
install good autotools from Globus for our cvs builds
authorjbasney <jbasney>
Fri, 16 Feb 2007 23:49:04 +0000 (23:49 +0000)
committerjbasney <jbasney>
Fri, 16 Feb 2007 23:49:04 +0000 (23:49 +0000)
nmi/testscript

index 24a0c13bb0f19cd79ca76faf7458cce0a5b77aa0..b05ab8daa2a376c540f112cb76a35df3160a1c5b 100755 (executable)
@@ -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
This page took 0.072241 seconds and 5 git commands to generate.