Merge pull request #1220 from rubenk/set-package-bugreport-and-homepage
authorRuben Kerkhof <ruben@tilaa.nl>
Sat, 28 Nov 2015 12:15:44 +0000 (13:15 +0100)
committerRuben Kerkhof <ruben@tilaa.nl>
Sat, 28 Nov 2015 12:15:44 +0000 (13:15 +0100)
Set bugreport url and homepage url

configure.ac

index 606c4ef..bb400de 100644 (file)
@@ -1,5 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
+AC_INIT([collectd],
+       [m4_esyscmd(./version-gen.sh)],
+       [https://github.com/collectd/collectd/issues],
+       [collectd],
+       [https://collectd.org])
 AC_CONFIG_SRCDIR(src/)
 AC_CONFIG_HEADERS(src/config.h)
 AC_CONFIG_AUX_DIR([libltdl/config])