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 | 69349561bf941cc67f1afcbbc115af8dbd624f94 (patch) | |
tree | 49d5db9fac516d5de488244d4cffd2e9d74220e7 /m4/tar-ustar.m4 | |
parent | Adding debian version 2.2.40-3. (diff) | |
download | gnupg2-69349561bf941cc67f1afcbbc115af8dbd624f94.tar.xz gnupg2-69349561bf941cc67f1afcbbc115af8dbd624f94.zip |
Merging upstream version 2.2.43.
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 |