summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 042c592)
raw | patch | inline | side by side (parent: 042c592)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 13:07:29 +0000 (14:07 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 13:07:29 +0000 (14:07 +0100) |
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.
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.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index e9728d5882472e90f95730ec9965e77cc74136da..99afe43cd8ee5a8f8ada685def0d886204e6bb24 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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])