2014-03-18 10:08:55 +01:00
|
|
|
--- a/configure.ac 2014-01-26 09:09:23.000000000 +0100
|
|
|
|
+++ b/configure.ac 2014-03-11 07:41:44.326748635 +0100
|
2011-02-03 02:08:32 +01:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2014-03-18 10:08:55 +01:00
|
|
|
-AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
|
|
|
|
+AC_INIT([collectd],[@@VERSION@@])
|
2011-02-03 02:08:32 +01:00
|
|
|
AC_CONFIG_SRCDIR(src/collectd.c)
|
|
|
|
AC_CONFIG_HEADERS(src/config.h)
|
2012-02-19 18:06:09 +01:00
|
|
|
AC_CONFIG_AUX_DIR([libltdl/config])
|