File collectd-version.patch of Package collectd
--- 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])