]> andersk Git - gssapi-openssh.git/blobdiff - nmi/testscript
- just run autoreconf instead of 'make -f Makefile.in distprep'
[gssapi-openssh.git] / nmi / testscript
index b05ab8daa2a376c540f112cb76a35df3160a1c5b..a668419197f04ad7fdfb137a71c3fd5c5a7c383f 100755 (executable)
@@ -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
This page took 0.06081 seconds and 4 git commands to generate.