From: Ruben Kerkhof Date: Sat, 28 Nov 2015 13:07:29 +0000 (+0100) Subject: Revert "Set bugreport url and homepage url" X-Git-Tag: collectd-5.6.0~568 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e9adb525d49c9e547cc17d211b0630fade2a5cba;p=collectd.git Revert "Set bugreport url and homepage url" The net-snmp public headers are generated by autoconf so they also define PACKAGE_URL (and lots more). Apparently this is completely normal and documented at http://www.net-snmp.org/tutorial/tutorial-5/toolkit/autoconf/index.html This reverts commit e16e805eae42f911a6f9ab81420fcaf1a957810f. --- diff --git a/configure.ac b/configure.ac index e9728d58..99afe43c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([collectd], - [m4_esyscmd(./version-gen.sh)], - [https://github.com/collectd/collectd/issues], - [collectd], - [https://collectd.org]) +AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)]) AC_CONFIG_SRCDIR(src/) AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_AUX_DIR([libltdl/config])