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_HELP_STRING([--disable-dynamic-afs],
AS_HELP_STRING([--disable-dynamic-afs],
[do not use loaded AFS library with AIX]))
if test "$aix" != no; then

View File

@@ -4,7 +4,7 @@ dnl tests for various db libraries
dnl
AC_DEFUN([rk_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]),[
])

View File

@@ -9,10 +9,10 @@ dnl it when cross-compiling
AC_DEFUN([KRB_C_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)
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)
AC_CACHE_CHECK(whether byte order is known at compile time,
krb_cv_c_bigendian_compile,

View File

@@ -4,7 +4,7 @@ dnl test for IPv6
dnl
AC_DEFUN([AC_KRB_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
ac_cv_lib_ipv6=no
fi])

View File

@@ -6,7 +6,7 @@ dnl value.
AC_DEFUN([AC_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
irix*)

View File

@@ -4,7 +4,7 @@ dnl enable OSF C2 stuff
AC_DEFUN([AC_CHECK_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=
if test "$enable_osfc2" = yes; then
AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.])

View File

@@ -5,7 +5,7 @@ dnl
AC_DEFUN([rk_OTP],[
AC_REQUIRE([rk_DB])dnl
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
AC_MSG_ERROR([OTP requires a NDBM/DB compatible library])
fi

View File

@@ -8,7 +8,7 @@ if test "$PTHREADS_LIBS" = "" ; then
fi
AC_ARG_ENABLE(pthread-support,
AC_HELP_STRING([--enable-pthread-support],
AS_HELP_STRING([--enable-pthread-support],
[if you want thread safe libraries]),
[],[enable_pthread_support=maybe])
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_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
AC_MSG_ERROR(roken is required)
fi])

View File

@@ -5,23 +5,23 @@ dnl default locations, conditional, config-program)
AC_DEFUN([rk_TEST_PACKAGE],[
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_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
AC_MSG_ERROR([No argument for --with-$1-lib])
elif test "X$with_$1" = "X"; then
with_$1=yes
fi])
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
AC_MSG_ERROR([No argument for --with-$1-include])
elif test "X$with_$1" = "X"; then
with_$1=yes
fi])
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_define([rk_pkgname], $6),

View File

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