replace AC_HELP_STRING with AS_HELP_STRING

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14147 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-08-25 14:14:01 +00:00
parent b75aba79a7
commit 2e995d674c
12 changed files with 21 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ rk_TEST_PACKAGE(openldap,
[-lldap -llber],,,OPENLDAP)
AC_ARG_ENABLE(hdb-openldap-module,
AC_HELP_STRING([--enable-hdb-openldap-module],
AS_HELP_STRING([--enable-hdb-openldap-module],
[if you want support to build openldap hdb as shared object]))
if test "$enable_hdb_openldap_module" = yes -a "$with_openldap" = yes; then
AC_DEFINE(OPENLDAP_MODULE, 1, [Define if you want support for hdb ldap module])
@@ -171,7 +171,7 @@ AC_DEFINE(ENABLE_AES, 1, [Define if you want support AES])
KRB_PTHREADS
AC_ARG_ENABLE(dce,
AC_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's]))
AS_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's]))
if test "$enable_dce" = yes; then
AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.])
fi
@@ -203,7 +203,7 @@ rk_OTP
AC_CHECK_OSFC2
AC_ARG_ENABLE(mmap,
AC_HELP_STRING([--disable-mmap],[disable use of mmap]))
AS_HELP_STRING([--disable-mmap],[disable use of mmap]))
if test "$enable_mmap" = "no"; then
AC_DEFINE(NO_MMAP, 1, [Define if you don't want to use mmap.])
fi
@@ -313,7 +313,7 @@ AC_CHECK_HEADERS(security/pam_modules.h, , , [AC_INCLUDES_DEFAULT
])
AC_ARG_ENABLE(netinfo,
AC_HELP_STRING([--enable-netinfo],[enable netinfo for configuration lookup]))
AS_HELP_STRING([--enable-netinfo],[enable netinfo for configuration lookup]))
if test "$ac_cv_header_netinfo_ni_h" = yes -a "$enable_netinfo" = yes; then
AC_DEFINE(HAVE_NETINFO, 1,