forked from pool/collectd
8c70fab9da
Update to 5.8.1 Add patch to fix the psql detection on Factory builds. OBS-URL: https://build.opensuse.org/request/show/694073 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=154
11 lines
329 B
Diff
11 lines
329 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,6 +1,6 @@
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
AC_PREREQ([2.60])
|
|
-AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
|
|
+AC_INIT([collectd],[@@VERSION@@])
|
|
AC_CONFIG_SRCDIR(src/target_set.c)
|
|
AC_CONFIG_HEADERS(src/config.h)
|
|
AC_CONFIG_AUX_DIR([build-aux])
|