Skip to content

Commit 8482d8c

Browse files
committed
Autoconf: Set PACKAGE_BUGREPORT in AC_INIT(). [skip ci]
1 parent bbcca20 commit 8482d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl
1414
#
1515

1616
AC_PREREQ([2.69])
17-
AC_INIT([tcpdump],[m4_esyscmd_s(cat VERSION)])
17+
AC_INIT([tcpdump],[m4_esyscmd_s(cat VERSION)],[https://github.com/the-tcpdump-group/tcpdump/issues])
1818
AC_CONFIG_SRCDIR(tcpdump.c)
1919

2020
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)