[Fedora-directory-commits] ldapserver/m4 db.m4, 1.2, 1.3 mozldap.m4, 1.3, 1.4

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Oct 25 20:36:48 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/m4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5158/m4

Modified Files:
	db.m4 mozldap.m4 
Log Message:
Resolves: #212098
Summary: Use autoconf to generate task perl script templates
Changes:
1) added template files to AC_CONFIG_FILES list
2) added db_bindir and ldapsdk_bindir to pass their tools path to the template
files.	The paths are hardcoded for now.



Index: db.m4
===================================================================
RCS file: /cvs/dirsec/ldapserver/m4/db.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db.m4	24 Oct 2006 21:11:01 -0000	1.2
+++ db.m4	25 Oct 2006 20:36:45 -0000	1.3
@@ -50,6 +50,8 @@
   fi
 ],
 AC_MSG_RESULT(no))
+dnl default path for the db tools (see [210947] for more details)
+db_bindir=/usr/bin
 
 dnl - check in system locations
 if test -z "$db_inc"; then


Index: mozldap.m4
===================================================================
RCS file: /cvs/dirsec/ldapserver/m4/mozldap.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mozldap.m4	24 Oct 2006 21:11:02 -0000	1.3
+++ mozldap.m4	25 Oct 2006 20:36:45 -0000	1.4
@@ -89,6 +89,9 @@
 if test -z "$ldapsdk_inc" -o -z "$ldapsdk_lib"; then
   AC_MSG_ERROR([LDAPSDK not found, specify with --with-ldapsdk[-inc|-lib].])
 fi
+dnl default path for the ldap c sdk tools (see [210947] for more details)
+ldapsdk_bindir=/usr/lib/mozldap6
+
 dnl make sure the ldap sdk version is 6 or greater - we do not support
 dnl the old 5.x or prior versions - the ldap server code expects the new
 dnl ber types and other code used with version 6




More information about the Fedora-directory-commits mailing list