From e6bb3b5db9438cc56fa6ec274ceb250b8f910534 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Tue, 2 May 2006 02:37:23 +0000 Subject: [PATCH] Added commented out lines with information on how to incorporate auth_token into the build system. --- configure.in | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/configure.in b/configure.in index 11659ec6..df98f8ee 100644 --- a/configure.in +++ b/configure.in @@ -262,6 +262,51 @@ package/Makefile package/linux/Makefile package/linux/CASA.spec ]) +#AC_OUTPUT([ +#Makefile +#auth_token/Makefile +#auth_token/server/Makefile +#auth_token/server/AuthTokenValidate/Makefile +#auth_token/server/AuthTokenValidate/linux/Makefile +#auth_token/server/AuthTokenValidate/idenTokenProviders/Makefile +#auth_token/server/AuthTokenValidate/idenTokenProviders/casa/Makefile +#auth_token/server/AuthTokenValidate/idenTokenProviders/casa/linux/Makefile +#auth_token/server/PamSupport/Makefile +#auth_token/server/PamSupport/linux/Makefile +#auth_token/server/ApacheSupport/Makefile +#auth_token/server/ApacheSupport/2.2/Makefile +#auth_token/server/ApacheSupport/2.2/linux/Makefile +#c_micasacache/Makefile +#c_micasacache/linux/Makefile +#c_common/Makefile +#c_common/linux/Makefile +#c_micasadk/Makefile +#c_micasadk/linux/Makefile +#c_micasad/lib/Makefile +#c_micasad/lib/common/Makefile +#c_micasad/lib/communication/Makefile +#c_sharp/Makefile +#c_sharp/NSSCSWrapper/Makefile +#c_micasad/Makefile +#c_policy/Makefile +#c_adlib/ad_kw/Makefile +#c_adlib/ad_gk/native/Makefile +#c_adlib/ad_gk/Makefile +#c_adlib/ad_ff/native/Makefile +#c_adlib/ad_ff/Makefile +#c_adlib/Makefile +#c_gui/Makefile +#login_capture/Makefile +#login_capture/PAM/Makefile +#login_capture/PAM/linux/Makefile +#c_jwrapper/Makefile +#c_jwrapper/src/Makefile +#c_jwrapper/jnsscs/Makefile +#c_jwrapper/jnsscs/linux/Makefile +#package/Makefile +#package/linux/Makefile +#package/linux/CASA.spec +#])