forked from pool/collectd
10 lines
345 B
Diff
10 lines
345 B
Diff
|
--- configure.in.orig 2009-12-20 16:36:31.000000000 +0100
|
||
|
+++ configure.in 2009-12-21 20:25:07.000000000 +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)
|
||
|
|