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