]> andersk Git - gssapi-openssh.git/commitdiff
o Remove INSTALL_GSISSH from the configure.ac and Makefile.in files. All OPENSSH_3_5P1_GSI_20030227_GPT-premerge
authorcphillip <cphillip>
Fri, 7 Mar 2003 19:16:15 +0000 (19:16 +0000)
committercphillip <cphillip>
Fri, 7 Mar 2003 19:16:15 +0000 (19:16 +0000)
    of our gsi-openssh actions have been more smoothly inlined with the
    rest of the Makefile (besides gpt-install-files).

openssh/Makefile.in
openssh/configure.ac

index c8308685717661f9bf8150e470c728f54b2e2418..22c7e06667a312100221b753689604de761170e3 100644 (file)
@@ -51,7 +51,6 @@ EXEEXT=@EXEEXT@
 
 INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@
 INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
-INSTALL_GSISSH=@INSTALL_GSISSH@
 
 @NO_SFTP@SFTP_PROGS=sftp-server$(EXEEXT) sftp$(EXEEXT)
 
index 33c9e5b3db7f3c38b4672f1dab67bc61985497dd..86cc2ebca35f74da5d76387a71963c55277bc6da 100644 (file)
@@ -654,11 +654,7 @@ if test "x$gsi_path" != "xno" ; then
        )
 
        CPPFLAGS="$CPPFLAGS $GSI_CPPFLAGS"
-       INSTALL_GSISSH="yes"
-else
-       INSTALL_GSISSH=""
 fi
-AC_SUBST(INSTALL_GSISSH)
 # End Globus/GSI section
 
 # Check whether user wants S/Key support
This page took 0.299351 seconds and 5 git commands to generate.