mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Subsitute ldap_subdir after processing argument.
This commit is contained in:
parent
ba84e23867
commit
a093e98658
2 changed files with 369 additions and 367 deletions
|
|
@ -27,7 +27,6 @@ top_builddir=`pwd`
|
|||
AC_SUBST(top_builddir)dnl
|
||||
|
||||
ldap_subdir="openldap"
|
||||
AC_SUBST(ldap_subdir)dnl
|
||||
|
||||
AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for installs], [
|
||||
if test "$withval" = "no"; then
|
||||
|
|
@ -37,6 +36,8 @@ AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for in
|
|||
fi
|
||||
])dnl
|
||||
|
||||
AC_SUBST(ldap_subdir)dnl
|
||||
|
||||
OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
|
||||
dnl OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
|
||||
OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue