[pubcookie-dev] CVS update: jjminer;
webiso/pubcookie configure.ac,1.83,1.84
miner at doit.wisc.edu
miner at doit.wisc.edu
Tue Oct 4 15:29:22 PDT 2005
Update of /usr/local/cvsroot/webiso/pubcookie
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv15755
Modified Files:
configure.ac
Log Message:
Changed the minimum LDAP_VENDOR_VERSION for the Sun LDAP Libraries to 500,
per Jean-Noel Colin.
Index: webiso/pubcookie/configure.ac
diff -c webiso/pubcookie/configure.ac:1.83 webiso/pubcookie/configure.ac:1.84
*** webiso/pubcookie/configure.ac:1.83 Thu Jun 16 14:36:03 2005
--- webiso/pubcookie/configure.ac Tue Oct 4 15:29:20 2005
***************
*** 1,6 ****
# Process this file with autoconf to produce a configure script.
! AC_REVISION($Revision: 1.83 $)
AC_INIT(Pubcookie, [3.2.2 pre-beta1], pubcookie-dev at u.washington.edu)
AC_CONFIG_SRCDIR([src/libpubcookie.c])
AC_CONFIG_HEADER([src/config.h])
--- 1,6 ----
# Process this file with autoconf to produce a configure script.
! AC_REVISION($Revision: 1.84 $)
AC_INIT(Pubcookie, [3.2.2 pre-beta1], pubcookie-dev at u.washington.edu)
AC_CONFIG_SRCDIR([src/libpubcookie.c])
AC_CONFIG_HEADER([src/config.h])
***************
*** 674,680 ****
int main() {
if ( (strcmp(LDAP_VENDOR_NAME, "Sun Microsystems Inc.") == 0)
! && LDAP_VENDOR_VERSION >= 508 )
exit(0);
exit(2);
--- 674,680 ----
int main() {
if ( (strcmp(LDAP_VENDOR_NAME, "Sun Microsystems Inc.") == 0)
! && LDAP_VENDOR_VERSION >= 500 )
exit(0);
exit(2);
end of message
More information about the pubcookie-dev
mailing list