Fix typos in warning messages.

This commit is contained in:
Kurt Zeilenga 1999-06-03 22:51:29 +00:00
parent ef3b182380
commit d48191b98d
2 changed files with 32 additions and 32 deletions

32
configure vendored
View File

@ -1648,46 +1648,46 @@ fi
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; }
@ -1716,11 +1716,11 @@ if test $ol_enable_slapd = no ; then
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

View File

@ -134,46 +134,46 @@ fi
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])
@ -203,11 +203,11 @@ elif test $ol_enable_ldbm = no ; then
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