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