From 9ee0fb770f1767c2d76216c83b9eda702c290154 Mon Sep 17 00:00:00 2001
From: Aki Tuomi <aki.tuomi@open-xchange.com>
Date: Fri, 28 Apr 2023 10:12:31 +0300
Subject: [PATCH] configure: Set PIGEONHOLE_NAME to "Pigeonhole"

It should be PACKAGE_NAME but that breaks too much now.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f5b5dcb71..190f2d6e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 # real config header ourselves.
 AC_CONFIG_HEADERS([dummy-config.h pigeonhole-config.h])
 
-AC_DEFINE_UNQUOTED(PIGEONHOLE_NAME, "$PACKAGE_NAME",
+AC_DEFINE_UNQUOTED(PIGEONHOLE_NAME, "Pigeonhole",
 	[Define to the full name of Pigeonhole for Dovecot.])
 AC_DEFINE_UNQUOTED(PIGEONHOLE_VERSION, "$PACKAGE_VERSION",
 	[Define to the version of Pigeonhole for Dovecot.])
-- 
GitLab