summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2007-06-15 17:02:29 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2007-06-15 17:02:29 +0000
commit9a9b03fcc2c1afcc270aeb450346533dbd6c594a (patch)
tree4eedb0655c1cd24ec79e346a85953617a59f2f9a /configure.ac
parentad1a3df37851e131e3570cb98d884b3e01fa89ad (diff)
downloadds-9a9b03fcc2c1afcc270aeb450346533dbd6c594a.tar.gz
ds-9a9b03fcc2c1afcc270aeb450346533dbd6c594a.tar.xz
ds-9a9b03fcc2c1afcc270aeb450346533dbd6c594a.zip
Resolves: 237356
Summary: Move DS Admin Code into Admin Server (Comment #62) Description: providing slapd.inf having the DS static info for the setup/config
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5d6ab021..c53241de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,6 +163,8 @@ if test "$with_fhs_opt" = "yes"; then
serverdir=
# relative to libdir
serverplugindir=/plugins
+ # relative to datadir
+ infdir=/inf
else
if test "$with_fhs" = "yes"; then
ac_default_prefix=/usr
@@ -181,6 +183,8 @@ else
serverdir=/$PACKAGE_NAME
# relative to libdir
serverplugindir=/$PACKAGE_NAME/plugins
+ # relative to datadir
+ infdir=/$PACKAGE_NAME/inf
fi
# Shared paths for all layouts
@@ -201,6 +205,7 @@ AC_SUBST(serverdir)
AC_SUBST(serverplugindir)
AC_SUBST(scripttemplatedir)
AC_SUBST(perldir)
+AC_SUBST(infdir)
# check for --with-instconfigdir
AC_MSG_CHECKING(for --with-instconfigdir)