if test $ol_enable_slapd = no ; then
if test $ol_enable_bdb2 = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_bdb2 argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-bdb2 argument" 1>&2
fi
if test $ol_enable_ldap = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_ldap argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-ldap argument" 1>&2
fi
if test $ol_enable_ldbm = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_ldbm argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-ldbm argument" 1>&2
fi
if test $ol_enable_passwd = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_passwd argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-passwd argument" 1>&2
fi
if test $ol_enable_perl = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_perl argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-perl argument" 1>&2
fi
if test $ol_enable_shell = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_shell argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-shell argument" 1>&2
fi
if test $ol_enable_tcl = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_tcl argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-tcl argument" 1>&2
fi
if test $ol_enable_aclgroups = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_aclgroups argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-aclgroups argument" 1>&2
fi
if test $ol_enable_modules = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_modules argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-modules argument" 1>&2
fi
if test $ol_enable_wrappers = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_wrappers argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-wrappers argument" 1>&2
fi
if test $ol_enable_phonetic = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_phonetic argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-phonetic argument" 1>&2
fi
if test $ol_enable_rlookups = yes ; then
- echo "configure: warning: slapd disabled, ignoring --enable_rlookups argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --enable-rlookups argument" 1>&2
fi
if test $ol_with_ldbm_api != auto ; then
- echo "configure: warning: slapd disabled, ignoring --with_ldbm_api argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --with-ldbm-api argument" 1>&2
fi
if test $ol_with_ldbm_type != auto ; then
- echo "configure: warning: slapd disabled, ignoring --with_ldbm_type argument" 1>&2
+ echo "configure: warning: slapd disabled, ignoring --with-ldbm-type argument" 1>&2
fi
if test $ol_enable_slurpd = yes ; then
{ echo "configure: error: slurpd requires slapd" 1>&2; exit 1; }
elif test $ol_enable_ldbm = no ; then
if test $ol_with_ldbm_api != auto ; then
- echo "configure: warning: LDBM disabled, ignoring --with_ldbm_api argument" 1>&2
+ echo "configure: warning: LDBM disabled, ignoring --with-ldbm-api argument" 1>&2
fi
if test $ol_with_ldbm_type != auto ; then
- echo "configure: warning: LDBM disabled, ignoring --with_ldbm_type argument" 1>&2
+ echo "configure: warning: LDBM disabled, ignoring --with-ldbm-type argument" 1>&2
fi
if test $ol_enable_bdb2 = yes ; then
if test $ol_enable_slapd = no ; then
dnl SLAPD was specificallly disabled
if test $ol_enable_bdb2 = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_bdb2 argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-bdb2 argument])
fi
if test $ol_enable_ldap = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_ldap argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-ldap argument])
fi
if test $ol_enable_ldbm = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_ldbm argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-ldbm argument])
fi
if test $ol_enable_passwd = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_passwd argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-passwd argument])
fi
if test $ol_enable_perl = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_perl argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-perl argument])
fi
if test $ol_enable_shell = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_shell argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-shell argument])
fi
if test $ol_enable_tcl = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_tcl argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-tcl argument])
fi
if test $ol_enable_aclgroups = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_aclgroups argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-aclgroups argument])
fi
if test $ol_enable_modules = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_modules argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-modules argument])
fi
if test $ol_enable_wrappers = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_wrappers argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-wrappers argument])
fi
if test $ol_enable_phonetic = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_phonetic argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-phonetic argument])
fi
if test $ol_enable_rlookups = yes ; then
- AC_MSG_WARN([slapd disabled, ignoring --enable_rlookups argument])
+ AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument])
fi
if test $ol_with_ldbm_api != auto ; then
- AC_MSG_WARN([slapd disabled, ignoring --with_ldbm_api argument])
+ AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-api argument])
fi
if test $ol_with_ldbm_type != auto ; then
- AC_MSG_WARN([slapd disabled, ignoring --with_ldbm_type argument])
+ AC_MSG_WARN([slapd disabled, ignoring --with-ldbm-type argument])
fi
if test $ol_enable_slurpd = yes ; then
AC_MSG_ERROR([slurpd requires slapd])
dnl SLAPD without LDBM
if test $ol_with_ldbm_api != auto ; then
- AC_MSG_WARN([LDBM disabled, ignoring --with_ldbm_api argument])
+ AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-api argument])
fi
if test $ol_with_ldbm_type != auto ; then
- AC_MSG_WARN([LDBM disabled, ignoring --with_ldbm_type argument])
+ AC_MSG_WARN([LDBM disabled, ignoring --with-ldbm-type argument])
fi
if test $ol_enable_bdb2 = yes ; then