From: jbasney Date: Sat, 17 Feb 2007 01:25:08 +0000 (+0000) Subject: - just run autoreconf instead of 'make -f Makefile.in distprep' X-Git-Tag: OPENSSH_4_5P1_20070218~10 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/10ec1f1e2a2f7ca0fd48d431315bf8e24d81565b?hp=96764173f910febdc1b9327a0167097c670562e7 - just run autoreconf instead of 'make -f Makefile.in distprep' - specify zlib and privsep config in CVS build --- diff --git a/nmi/testscript b/nmi/testscript index b05ab8d..a668419 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -65,9 +65,11 @@ if test -d openssh; then echo ================================================== echo Building GSI-OpenSSH from CVS... cd openssh - make -f Makefile.in distprep + autoreconf ./configure --prefix=$GLOBUS_LOCATION \ - --with-globus-flavor=$GLOBUS_FLAVOR_NAME + --with-globus-flavor=$GLOBUS_FLAVOR_NAME \ + --with-zlib=$ZLIB_LOCATION \ + --with-privsep-user=$USER --with-privsep-path=$GLOBUS_LOCATION/var/empty make install fi ) 2>&1 # we want stdout & stderr mixed in the output file