forked from pool/collectd
321fa44ea3
- 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
12 lines
374 B
Diff
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])
|