diff options
Diffstat (limited to 'm4/tar-ustar.m4')
-rw-r--r-- | m4/tar-ustar.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/tar-ustar.m4 b/m4/tar-ustar.m4 index 4ae9e63..11c3b53 100644 --- a/m4/tar-ustar.m4 +++ b/m4/tar-ustar.m4 @@ -10,7 +10,7 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([GNUPG_CHECK_USTAR], [ AC_ARG_WITH(tar, - AC_HELP_STRING([--with-tar=PATH],[look for a tar program in PATH]), + AS_HELP_STRING([--with-tar=PATH],[look for a tar program in PATH]), [_do_tar=$withval]) if test x$_do_tar != xno ; then |