Add bug URL to configure.ac

This commit is contained in:
Jordy Dickinson 2018-04-03 09:50:44 -04:00
parent ff7cd0932a
commit 3e9b7f8629
No known key found for this signature in database
GPG Key ID: C809BAD019EEB620
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
AC_INIT([pam_panic], [0.1.0], [], [pam_panic])
AC_INIT(
[pam_panic],
[0.1.0],
[https://github.com/pampanic/pam_panic/issues],
[pam_panic])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall])
AC_PREREQ([2.69])