mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-28 04:03:40 +08:00
ea951fdc86
Since Make.xml.rules is the only place where XSLTPROC_CUSTOM was used, remove stereotypic definitions from other Makefiles, this way we no longer have to worry about vendordir being used somewhere else in documentation files. Likewise, define VENDORDIR in config.h and remove stereotypic -DVENDORDIR= additions from other Makefiles, this way we no longer have to worry about VENDORDIR being used somewhere else in the code. * configure.ac (AM_CONDITIONAL): Remove HAVE_VENDORDIR. (AC_DEFINE_UNQUOTED): Add VENDORDIR. (AC_SUBST): Remove VENDORDIR, add STRINGPARAM_VENDORDIR. * Make.xml.rules.in: Replace $(XSLTPROC_CUSTOM) with @STRINGPARAM_VENDORDIR@. * doc/man/Makefile.am (XSLTPROC_CUSTOM): Remove. * libpam/Makefile.am [HAVE_VENDORDIR]: Remove. * modules/pam_securetty/Makefile.am [HAVE_VENDORDIR]: Remove. (XSLTPROC_CUSTOM): Remove. * modules/pam_securetty/pam_securetty.c: Move definitions of local macros after config.h to benefit from macros defined there. |
||
---|---|---|
.. | ||
Makefile.am | ||
misc_conv.3.xml | ||
pam_acct_mgmt.3.xml | ||
pam_authenticate.3.xml | ||
pam_chauthtok.3.xml | ||
pam_close_session.3.xml | ||
pam_conv.3.xml | ||
pam_end.3.xml | ||
pam_error.3.xml | ||
pam_fail_delay.3.xml | ||
pam_get_authtok.3.xml | ||
pam_get_data.3.xml | ||
pam_get_item.3.xml | ||
pam_get_user.3.xml | ||
pam_getenv.3.xml | ||
pam_getenvlist.3.xml | ||
pam_info.3.xml | ||
pam_item_types_ext.inc.xml | ||
pam_item_types_std.inc.xml | ||
pam_misc_drop_env.3.xml | ||
pam_misc_paste_env.3.xml | ||
pam_misc_setenv.3.xml | ||
pam_open_session.3.xml | ||
pam_prompt.3.xml | ||
pam_putenv.3.xml | ||
pam_set_data.3.xml | ||
pam_set_item.3.xml | ||
pam_setcred.3.xml | ||
pam_sm_acct_mgmt.3.xml | ||
pam_sm_authenticate.3.xml | ||
pam_sm_chauthtok.3.xml | ||
pam_sm_close_session.3.xml | ||
pam_sm_open_session.3.xml | ||
pam_sm_setcred.3.xml | ||
pam_start.3.xml | ||
pam_strerror.3.xml | ||
pam_syslog.3.xml | ||
pam_xauth_data.3.xml | ||
pam.3.xml | ||
pam.8.xml | ||
pam.conf-desc.xml | ||
pam.conf-dir.xml | ||
pam.conf-syntax.xml | ||
pam.conf.5.xml |