SHA256
1
0
forked from pool/collectd
collectd/collectd-version.patch

10 lines
380 B
Diff

--- configure.in.orig 2012-01-26 01:14:21.392111105 +0100
+++ configure.in 2012-01-26 01:14:41.350110395 +0100
@@ -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/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AC_CONFIG_AUX_DIR([libltdl/config])