From: Todd C. Miller <Todd.Miller@courtesan.com>
Date: Sun, 20 Jan 2008 01:35:54 +0000 (+0000)
Subject: substitute for sudoers.ldap.man
X-Git-Tag: SUDO_1_7_0~219
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49f2264ad6e7e682bda2af61ce125d5f2aaa8d2f;p=sudo

substitute for sudoers.ldap.man
---

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