From: Denis Ovsienko Date: Sun, 28 Jan 2024 16:58:38 +0000 (+0000) Subject: Autoconf: Set PACKAGE_BUGREPORT in AC_INIT(). [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/8482d8c5377a134812dc29cc057a556d2b1deb42 Autoconf: Set PACKAGE_BUGREPORT in AC_INIT(). [skip ci] --- diff --git a/configure.ac b/configure.ac index 4c821d95..35b10fbc 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl # AC_PREREQ([2.69]) -AC_INIT([tcpdump],[m4_esyscmd_s(cat VERSION)]) +AC_INIT([tcpdump],[m4_esyscmd_s(cat VERSION)],[https://github.com/the-tcpdump-group/tcpdump/issues]) AC_CONFIG_SRCDIR(tcpdump.c) AC_CANONICAL_HOST