Merge pull request #41 from jordydickinson/bug-url

Add bug URL to configure.ac
This commit is contained in:
Bandie 2018-04-04 01:56:43 +02:00 committed by GitHub
commit c02dbfc301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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])