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:
@@ -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])
|
||||
|
Reference in New Issue
Block a user