2013-08-23 05:31:49 +00:00
|
|
|
--- configure.in.orig 2013-06-04 02:25:25.850760151 +0200
|
|
|
|
+++ configure.in 2013-06-04 02:25:50.593767582 +0200
|
2011-02-03 01:08:32 +00:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2013-08-23 05:31:49 +00:00
|
|
|
-AC_INIT(collectd, [m4_esyscmd(./version-gen.sh)])
|
|
|
|
+AC_INIT(collectd, [@@VERSION@@])
|
2011-02-03 01:08:32 +00:00
|
|
|
AC_CONFIG_SRCDIR(src/collectd.c)
|
|
|
|
AC_CONFIG_HEADERS(src/config.h)
|
2012-02-19 17:06:09 +00:00
|
|
|
AC_CONFIG_AUX_DIR([libltdl/config])
|