diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 21:21:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 21:21:03 +0000 |
commit | 3675f65888fde5fddde20ff811638a338bf08ca6 (patch) | |
tree | 065688bbb6355a8a4784ec9c8e112cec342eac5e /m4/tar-ustar.m4 | |
parent | Adding upstream version 2.2.40. (diff) | |
download | gnupg2-upstream.tar.xz gnupg2-upstream.zip |
Adding upstream version 2.2.43.upstream/2.2.43upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |