summaryrefslogtreecommitdiffstats
path: root/m4/autobuild.m4
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 21:21:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 21:21:03 +0000
commit3675f65888fde5fddde20ff811638a338bf08ca6 (patch)
tree065688bbb6355a8a4784ec9c8e112cec342eac5e /m4/autobuild.m4
parentAdding upstream version 2.2.40. (diff)
downloadgnupg2-3675f65888fde5fddde20ff811638a338bf08ca6.tar.xz
gnupg2-3675f65888fde5fddde20ff811638a338bf08ca6.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/autobuild.m4')
-rw-r--r--m4/autobuild.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/autobuild.m4 b/m4/autobuild.m4
index ceed464..20086ae 100644
--- a/m4/autobuild.m4
+++ b/m4/autobuild.m4
@@ -23,6 +23,9 @@ AC_DEFUN([AB_INIT],
if test "$hostname"; then
AC_MSG_NOTICE([autobuild hostname... $hostname])
fi
+ if test "$EMAIL"; then
+ AC_MSG_NOTICE([autobuild username... $EMAIL])
+ fi
ifelse([$1],[],,[AC_MSG_NOTICE([autobuild mode... $1])])
date=`date +%Y%m%d-%H%M%S`
if test "$?" != 0; then