Changes of Revision 8
[-] [+] | Added | collectd-version.patch |
@@ -0,0 +1,9 @@ +--- configure.in.orig 2007-09-13 22:04:44.000000000 +0200 ++++ configure.in 2007-09-13 22:05:10.000000000 +0200 +@@ -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) + AM_INIT_AUTOMAKE(dist-bzip2) |