forked from pool/collectd
ff1ee825cb
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=117
10 lines
384 B
Diff
10 lines
384 B
Diff
--- configure.in.orig 2013-06-04 02:25:25.850760151 +0200
|
|
+++ configure.in 2013-06-04 02:25:50.593767582 +0200
|
|
@@ -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])
|