minor edit: spellchecking

This commit is contained in:
fgerlits 2006-09-12 15:09:45 +00:00
parent 1b00aa51d4
commit ede0c3db94

View file

@ -44,13 +44,13 @@ AC_PROG_CXX()
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl specify wether the LiveSupport database and user should be created dnl specify whether the LiveSupport database and user should be created
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(CREATE_LS_DATABASE) AC_SUBST(CREATE_LS_DATABASE)
AC_ARG_WITH([create-database], AC_ARG_WITH([create-database],
AC_HELP_STRING([--with-create-database], AC_HELP_STRING([--with-create-database],
[specify wether the LiveSupport database and database user [specify whether the LiveSupport database and database user
should be created (no)]), should be created (no)]),
[CREATE_LS_DATABASE=${withval}], [CREATE_LS_DATABASE=${withval}],
[CREATE_LS_DATABASE=no]) [CREATE_LS_DATABASE=no])
@ -59,13 +59,13 @@ AC_MSG_RESULT([creating LiveSupport database: ${CREATE_LS_DATABASE}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl specify wether the ODBC data source should be created dnl specify whether the ODBC data source should be created
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(CREATE_ODBC_DATA_SOURCE) AC_SUBST(CREATE_ODBC_DATA_SOURCE)
AC_ARG_WITH([create-odbc-data-source], AC_ARG_WITH([create-odbc-data-source],
AC_HELP_STRING([--with-create-odbc-data-source], AC_HELP_STRING([--with-create-odbc-data-source],
[specify wether the ODBC data source for LiveSupport should be [specify whether the ODBC data source for LiveSupport should be
created (no)]), created (no)]),
[CREATE_ODBC_DATA_SOURCE=${withval}], [CREATE_ODBC_DATA_SOURCE=${withval}],
[CREATE_ODBC_DATA_SOURCE=no]) [CREATE_ODBC_DATA_SOURCE=no])
@ -74,13 +74,13 @@ AC_MSG_RESULT([creating ODBC data source: ${CREATE_ODBC_DATA_SOURCE}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl specify wether the LiveSupport database tables should be initialized dnl specify whether the LiveSupport database tables should be initialized
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(INIT_LS_DATABASE) AC_SUBST(INIT_LS_DATABASE)
AC_ARG_WITH([init-database], AC_ARG_WITH([init-database],
AC_HELP_STRING([--with-init-database], AC_HELP_STRING([--with-init-database],
[specify wether the LiveSupport database tables should be [specify whether the LiveSupport database tables should be
initialized (no)]), initialized (no)]),
[INIT_LS_DATABASE=${withval}], [INIT_LS_DATABASE=${withval}],
[INIT_LS_DATABASE=no]) [INIT_LS_DATABASE=no])
@ -89,13 +89,13 @@ AC_MSG_RESULT([initializing LiveSupport database: ${INIT_LS_DATABASE}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl specify wether apache should be configured through it's conf.d directory dnl specify whether apache should be configured through it's conf.d directory
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(CONFIGURE_APACHE) AC_SUBST(CONFIGURE_APACHE)
AC_ARG_WITH([configure-apache], AC_ARG_WITH([configure-apache],
AC_HELP_STRING([--with-configure-apache], AC_HELP_STRING([--with-configure-apache],
[specify wether apache should be configured for LiveSupport [specify whether apache should be configured for LiveSupport
through its conf.d directory (no)]), through its conf.d directory (no)]),
[CONFIGURE_APACHE=${withval}], [CONFIGURE_APACHE=${withval}],
[CONFIGURE_APACHE=no]) [CONFIGURE_APACHE=no])