From e16e805eae42f911a6f9ab81420fcaf1a957810f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 14 Aug 2015 21:21:52 +0200 Subject: [PATCH] Set bugreport url and homepage url ./configure --help now shows: Report bugs to . collectd home page: . --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]) -- 2.11.0