2016-01-18 08:23:37 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
2017-05-17 22:05:22 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
2011-02-03 01:08:32 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2017-05-17 22:05:22 +00:00
|
|
|
AC_PREREQ([2.60])
|
2014-03-18 09:08:55 +00:00
|
|
|
-AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
|
|
|
|
+AC_INIT([collectd],[@@VERSION@@])
|
2017-05-17 22:05:22 +00:00
|
|
|
AC_CONFIG_SRCDIR(src/target_set.c)
|
2011-02-03 01:08:32 +00:00
|
|
|
AC_CONFIG_HEADERS(src/config.h)
|
2012-02-19 17:06:09 +00:00
|
|
|
AC_CONFIG_AUX_DIR([libltdl/config])
|