Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: a7007b7f by Howard Chu at 2024-04-05T15:42:04+00:00 ITS#10163 More configure munging
Streamline configuration of slapd modules. Just use the appropriate OL_ARG_ENABLE_xx, then almost no other edits will be needed in configure.ac when adding new modules.
Backends will still have to add their Makefile to the AC_CONFIG_FILES() list.
- - - - -
20 changed files:
- build/openldap.m4 - configure.ac - include/portable.hin - servers/slapd/back-asyncmeta/Makefile.in - servers/slapd/back-dnssrv/Makefile.in - servers/slapd/back-ldap/Makefile.in - servers/slapd/back-mdb/Makefile.in - servers/slapd/back-meta/Makefile.in - servers/slapd/back-monitor/init.c - servers/slapd/back-null/Makefile.in - servers/slapd/back-passwd/Makefile.in - servers/slapd/back-perl/Makefile.in - servers/slapd/back-relay/Makefile.in - servers/slapd/back-sock/Makefile.in - servers/slapd/back-sql/Makefile.in - servers/slapd/back-wt/Makefile.in - servers/slapd/overlays/Makefile.in - servers/slapd/overlays/pcache.c - servers/slapd/overlays/rwm.c → servers/slapd/overlays/rwmmain.c - tests/Makefile.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/a7007b7f64d9727f942317cc...