SHA256
1
0
forked from pool/collectd
collectd/collectd-version.patch
Lars Vogdt 321fa44ea3 Accepting request 353930 from home:mnhauke:monitoring
- packaging:
        * removed patches:
          - collectd-new_libstatgrab.patch (fixed upstream)
          - collectd-lib64.patch (fixed upstream)
          - collectd-fix_libltdl_autoreconf.patch (fixed upstream)
        * updated patches:
          - collectd-javac_target.patch
          - collectd-version.patch
- upstream update release 2015-05-27, Version 5.5.0

OBS-URL: https://build.opensuse.org/request/show/353930
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=131
2016-01-18 08:23:37 +00:00

12 lines
374 B
Diff

diff --git a/configure.ac b/configure.ac
index 87d1502..15efa43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
+AC_INIT([collectd],[@@VERSION@@])
AC_CONFIG_SRCDIR(src/)
AC_CONFIG_HEADERS(src/config.h)
AC_CONFIG_AUX_DIR([libltdl/config])