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

@@ -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,