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

@@ -19,7 +19,7 @@ AM_CONDITIONAL(AIX4, test "$aix" = 4)
AC_ARG_ENABLE(dynamic-afs, AC_ARG_ENABLE(dynamic-afs,
AC_HELP_STRING([--disable-dynamic-afs], AS_HELP_STRING([--disable-dynamic-afs],
[do not use loaded AFS library with AIX])) [do not use loaded AFS library with AIX]))
if test "$aix" != no; then if test "$aix" != no; then

View File

@@ -4,7 +4,7 @@ dnl tests for various db libraries
dnl dnl
AC_DEFUN([rk_DB],[ AC_DEFUN([rk_DB],[
AC_ARG_ENABLE(berkeley-db, AC_ARG_ENABLE(berkeley-db,
AC_HELP_STRING([--disable-berkeley-db], AS_HELP_STRING([--disable-berkeley-db],
[if you don't want berkeley db]),[ [if you don't want berkeley db]),[
]) ])

View File

@@ -9,10 +9,10 @@ dnl it when cross-compiling
AC_DEFUN([KRB_C_BIGENDIAN], [ AC_DEFUN([KRB_C_BIGENDIAN], [
AC_ARG_ENABLE(bigendian, AC_ARG_ENABLE(bigendian,
AC_HELP_STRING([--enable-bigendian],[the target is big endian]), AS_HELP_STRING([--enable-bigendian],[the target is big endian]),
krb_cv_c_bigendian=yes) krb_cv_c_bigendian=yes)
AC_ARG_ENABLE(littleendian, AC_ARG_ENABLE(littleendian,
AC_HELP_STRING([--enable-littleendian],[the target is little endian]), AS_HELP_STRING([--enable-littleendian],[the target is little endian]),
krb_cv_c_bigendian=no) krb_cv_c_bigendian=no)
AC_CACHE_CHECK(whether byte order is known at compile time, AC_CACHE_CHECK(whether byte order is known at compile time,
krb_cv_c_bigendian_compile, krb_cv_c_bigendian_compile,

View File

@@ -4,7 +4,7 @@ dnl test for IPv6
dnl dnl
AC_DEFUN([AC_KRB_IPV6], [ AC_DEFUN([AC_KRB_IPV6], [
AC_ARG_WITH(ipv6, AC_ARG_WITH(ipv6,
AC_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[ AS_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[
if test "$withval" = "no"; then if test "$withval" = "no"; then
ac_cv_lib_ipv6=no ac_cv_lib_ipv6=no
fi]) fi])

View File

@@ -6,7 +6,7 @@ dnl value.
AC_DEFUN([AC_MIPS_ABI], [ AC_DEFUN([AC_MIPS_ABI], [
AC_ARG_WITH(mips_abi, AC_ARG_WITH(mips_abi,
AC_HELP_STRING([--with-mips-abi=abi],[ABI to use for IRIX (32, n32, or 64)])) AS_HELP_STRING([--with-mips-abi=abi],[ABI to use for IRIX (32, n32, or 64)]))
case "$host_os" in case "$host_os" in
irix*) irix*)

View File

@@ -4,7 +4,7 @@ dnl enable OSF C2 stuff
AC_DEFUN([AC_CHECK_OSFC2],[ AC_DEFUN([AC_CHECK_OSFC2],[
AC_ARG_ENABLE(osfc2, AC_ARG_ENABLE(osfc2,
AC_HELP_STRING([--enable-osfc2],[enable some OSF C2 support])) AS_HELP_STRING([--enable-osfc2],[enable some OSF C2 support]))
LIB_security= LIB_security=
if test "$enable_osfc2" = yes; then if test "$enable_osfc2" = yes; then
AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.]) AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.])

View File

@@ -5,7 +5,7 @@ dnl
AC_DEFUN([rk_OTP],[ AC_DEFUN([rk_OTP],[
AC_REQUIRE([rk_DB])dnl AC_REQUIRE([rk_DB])dnl
AC_ARG_ENABLE(otp, AC_ARG_ENABLE(otp,
AC_HELP_STRING([--disable-otp],[if you don't want OTP support])) AS_HELP_STRING([--disable-otp],[if you don't want OTP support]))
if test "$enable_otp" = yes -a "$db_type" = unknown; then if test "$enable_otp" = yes -a "$db_type" = unknown; then
AC_MSG_ERROR([OTP requires a NDBM/DB compatible library]) AC_MSG_ERROR([OTP requires a NDBM/DB compatible library])
fi fi

View File

@@ -8,7 +8,7 @@ if test "$PTHREADS_LIBS" = "" ; then
fi fi
AC_ARG_ENABLE(pthread-support, AC_ARG_ENABLE(pthread-support,
AC_HELP_STRING([--enable-pthread-support], AS_HELP_STRING([--enable-pthread-support],
[if you want thread safe libraries]), [if you want thread safe libraries]),
[],[enable_pthread_support=maybe]) [],[enable_pthread_support=maybe])
if test "$enable_pthread_support" = maybe; then if test "$enable_pthread_support" = maybe; then

View File

@@ -10,7 +10,7 @@ dnl AC_ROKEN(version,directory-to-try,roken-dir,fallback-library,fallback-cppfla
AC_DEFUN([AC_ROKEN], [ AC_DEFUN([AC_ROKEN], [
AC_ARG_WITH(roken, AC_ARG_WITH(roken,
AC_HELP_STRING([--with-roken=dir],[use the roken library in dir]), AS_HELP_STRING([--with-roken=dir],[use the roken library in dir]),
[if test "$withval" = "no"; then [if test "$withval" = "no"; then
AC_MSG_ERROR(roken is required) AC_MSG_ERROR(roken is required)
fi]) fi])

View File

@@ -5,23 +5,23 @@ dnl default locations, conditional, config-program)
AC_DEFUN([rk_TEST_PACKAGE],[ AC_DEFUN([rk_TEST_PACKAGE],[
AC_ARG_WITH($1, AC_ARG_WITH($1,
AC_HELP_STRING([--with-$1=dir],[use $1 in dir])) AS_HELP_STRING([--with-$1=dir],[use $1 in dir]))
AC_ARG_WITH($1-lib, AC_ARG_WITH($1-lib,
AC_HELP_STRING([--with-$1-lib=dir],[use $1 libraries in dir]), AS_HELP_STRING([--with-$1-lib=dir],[use $1 libraries in dir]),
[if test "$withval" = "yes" -o "$withval" = "no"; then [if test "$withval" = "yes" -o "$withval" = "no"; then
AC_MSG_ERROR([No argument for --with-$1-lib]) AC_MSG_ERROR([No argument for --with-$1-lib])
elif test "X$with_$1" = "X"; then elif test "X$with_$1" = "X"; then
with_$1=yes with_$1=yes
fi]) fi])
AC_ARG_WITH($1-include, AC_ARG_WITH($1-include,
AC_HELP_STRING([--with-$1-include=dir],[use $1 headers in dir]), AS_HELP_STRING([--with-$1-include=dir],[use $1 headers in dir]),
[if test "$withval" = "yes" -o "$withval" = "no"; then [if test "$withval" = "yes" -o "$withval" = "no"; then
AC_MSG_ERROR([No argument for --with-$1-include]) AC_MSG_ERROR([No argument for --with-$1-include])
elif test "X$with_$1" = "X"; then elif test "X$with_$1" = "X"; then
with_$1=yes with_$1=yes
fi]) fi])
AC_ARG_WITH($1-config, AC_ARG_WITH($1-config,
AC_HELP_STRING([--with-$1-config=path],[config program for $1])) AS_HELP_STRING([--with-$1-config=path],[config program for $1]))
m4_ifval([$6], m4_ifval([$6],
m4_define([rk_pkgname], $6), m4_define([rk_pkgname], $6),

View File

@@ -6,11 +6,11 @@ dnl AC_WITH_ALL(name)
AC_DEFUN([AC_WITH_ALL], [ AC_DEFUN([AC_WITH_ALL], [
AC_ARG_WITH($1, AC_ARG_WITH($1,
AC_HELP_STRING([--with-$1=dir], AS_HELP_STRING([--with-$1=dir],
[use $1 in dir])) [use $1 in dir]))
AC_ARG_WITH($1-lib, AC_ARG_WITH($1-lib,
AC_HELP_STRING([--with-$1-lib=dir], AS_HELP_STRING([--with-$1-lib=dir],
[use $1 libraries in dir]), [use $1 libraries in dir]),
[if test "$withval" = "yes" -o "$withval" = "no"; then [if test "$withval" = "yes" -o "$withval" = "no"; then
AC_MSG_ERROR([No argument for --with-$1-lib]) AC_MSG_ERROR([No argument for --with-$1-lib])
@@ -19,7 +19,7 @@ elif test "X$with_$1" = "X"; then
fi]) fi])
AC_ARG_WITH($1-include, AC_ARG_WITH($1-include,
AC_HELP_STRING([--with-$1-include=dir], AS_HELP_STRING([--with-$1-include=dir],
[use $1 headers in dir]), [use $1 headers in dir]),
[if test "$withval" = "yes" -o "$withval" = "no"; then [if test "$withval" = "yes" -o "$withval" = "no"; then
AC_MSG_ERROR([No argument for --with-$1-include]) AC_MSG_ERROR([No argument for --with-$1-include])

View File

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