From c5fd0ba1b62a5979951f37319b9ed565d40d96c7 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Fri, 9 Jun 2006 16:39:41 +0000 Subject: [PATCH] Updated the files to allow configure to be performed from within this folder. --- CASA-auth-token/autogen.sh | 2 +- CASA-auth-token/configure.in | 27 +++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CASA-auth-token/autogen.sh b/CASA-auth-token/autogen.sh index c9293b55..56e0f00c 100755 --- a/CASA-auth-token/autogen.sh +++ b/CASA-auth-token/autogen.sh @@ -8,7 +8,7 @@ ORIGDIR=`pwd` cd $srcdir PROJECT=CASA TEST_TYPE=-f -FILE=include/micasa.h +FILE=server/AuthTokenSvc/authtoken.settings DIE=0 diff --git a/CASA-auth-token/configure.in b/CASA-auth-token/configure.in index 53fc6ffe..255b2ce9 100644 --- a/CASA-auth-token/configure.in +++ b/CASA-auth-token/configure.in @@ -260,19 +260,18 @@ fi # 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 -auth_token/server/AuthTokenSvc/Makefile -auth_token/server/JaasSupport/Makefile +server/Makefile +server/AuthTokenValidate/Makefile +server/AuthTokenValidate/linux/Makefile +server/AuthTokenValidate/idenTokenProviders/Makefile +server/AuthTokenValidate/idenTokenProviders/casa/Makefile +server/AuthTokenValidate/idenTokenProviders/casa/linux/Makefile +server/PamSupport/Makefile +server/PamSupport/linux/Makefile +server/ApacheSupport/Makefile +server/ApacheSupport/2.2/Makefile +server/ApacheSupport/2.2/linux/Makefile +server/AuthTokenSvc/Makefile +server/JaasSupport/Makefile ])