looks alright to me. thanx for doing that, pretty kewl thing to have.

Rich Megginson wrote:
https://bugzilla.mozilla.org/show_bug.cgi?id=322618

List of new files: https://bugzilla.mozilla.org/attachment.cgi?id=207776
List of modified files: https://bugzilla.mozilla.org/attachment.cgi?id=207777
Diffs: https://bugzilla.mozilla.org/attachment.cgi?id=207778

The diffs exclude configure (but include configure.in)

The new files are the .spec file, the mozldap-config file (analogous to nspr-config), and the pkg-config file mozldap.pc, and a couple of .m4 files to help with nss and svrcore building.

With configure, the basic strategy with nspr, nss, and svrcore is to first check to see if the user has explicitly disabled them. If not, the user can pass in either the base directory for the component (which should have lib and include subdirs) or individual include and lib directories. If the user has passed in the --with-system-xxx flag, configure will only look for the system versions of those components using xxx-config or pkg-config xxx. If the user did not specify to use anything, configure will first attempt to find the "in-tree" components and, failing that, will look for the system version of the components.

I had to change the makefiles to be able to change the nspr, nss, and svrcore include and lib locations.
_______________________________________________
mozilla-directory mailing list
mozilla-directory@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-directory
_______________________________________________
mozilla-directory mailing list
mozilla-directory@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to