From 49f2264ad6e7e682bda2af61ce125d5f2aaa8d2f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 20 Jan 2008 01:35:54 +0000 Subject: [PATCH] substitute for sudoers.ldap.man --- configure | 3 ++- configure.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 21f7b16a4..e3cdab8b1 100755 --- a/configure +++ b/configure @@ -22919,7 +22919,7 @@ _ACEOF exec_prefix="$oexec_prefix" fi -ac_config_files="$ac_config_files Makefile sudo.man visudo.man sudoers.man sudo_usage.h" +ac_config_files="$ac_config_files Makefile sudo.man visudo.man sudoers.man sudoers.ldap.man sudo_usage.h" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -23479,6 +23479,7 @@ do "sudo.man") CONFIG_FILES="$CONFIG_FILES sudo.man" ;; "visudo.man") CONFIG_FILES="$CONFIG_FILES visudo.man" ;; "sudoers.man") CONFIG_FILES="$CONFIG_FILES sudoers.man" ;; + "sudoers.ldap.man") CONFIG_FILES="$CONFIG_FILES sudoers.ldap.man" ;; "sudo_usage.h") CONFIG_FILES="$CONFIG_FILES sudo_usage.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 diff --git a/configure.in b/configure.in index d3641d0ce..30e770c66 100644 --- a/configure.in +++ b/configure.in @@ -2425,7 +2425,7 @@ fi dnl dnl Substitute into the Makefile and man pages dnl -AC_CONFIG_FILES([Makefile sudo.man visudo.man sudoers.man sudo_usage.h]) +AC_CONFIG_FILES([Makefile sudo.man visudo.man sudoers.man sudoers.ldap.man sudo_usage.h]) AC_OUTPUT dnl -- 2.40.0