summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aab7074)
raw | patch | inline | side by side (parent: aab7074)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 14 Aug 2015 19:21:52 +0000 (21:21 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 14 Aug 2015 19:28:09 +0000 (21:28 +0200) |
./configure --help now shows:
Report bugs to <https://github.com/collectd/collectd/issues>.
collectd home page: <https://collectd.org>.
Report bugs to <https://github.com/collectd/collectd/issues>.
collectd home page: <https://collectd.org>.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 6a71154d88e3607b97af8b014503655ff7d87230..70c29b27a51f9bc3bbf6aa4551e09242c731674c 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)])
+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])