From: Ruben Kerkhof Date: Fri, 14 Aug 2015 19:21:52 +0000 (+0200) Subject: Set bugreport url and homepage url X-Git-Tag: collectd-5.6.0~573^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e16e805eae42f911a6f9ab81420fcaf1a957810f;p=collectd.git Set bugreport url and homepage url ./configure --help now shows: Report bugs to . collectd home page: . --- diff --git a/configure.ac b/configure.ac index 6a71154d..70c29b27 100644 --- a/configure.ac +++ b/configure.ac @@ -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])