forked from pool/collectd
9166b2fca9
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=97
10 lines
380 B
Diff
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])
|