From b2ee5f67eb6c1c79b36969f326dbebc63afbd3f6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Sep 2025 11:45:48 +0200 Subject: Update autogen.sh, gpg-error.m4, and libassuan.m4 from upstream. -- See GnuPG-bug-id: 7807 --- autogen.sh | 8 +++++--- m4/gpg-error.m4 | 4 ++-- m4/libassuan.m4 | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/autogen.sh b/autogen.sh index 8695fcb5..71f89e20 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,7 +15,7 @@ # configure it for the respective package. It is maintained as part of # GnuPG and source copied by other packages. # -# Version: 2025-03-10 +# Version: 2025-09-23 configure_ac="configure.ac" @@ -482,7 +482,8 @@ if [ -d .git ]; then if cp --version >/dev/null 2>/dev/null; then [ -z "${SILENT}" ] && CP="$CP -v" fi - if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then + if [ -f .git/hooks/pre-commit.sample ] \ + && [ ! -f .git/hooks/pre-commit ]; then [ -z "${SILENT}" ] && cat <