[collectd] [PATCH 2/2] ran autoupdate to fix autoconf warnings
Thomas Gstädtner
thomas at gstaedtner.net
Thu Feb 21 23:05:52 CET 2013
---
configure.ac | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index e27fd54..1d7561d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(collection, 4.0.0)
+AC_INIT([collection],[4.0.0])
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
@@ -37,4 +37,5 @@ PKG_CHECK_MODULES([libcollectdclient], [libcollectdclient],
[with_libcollectdclient="yes"],
[with_libcollectdclient="no"])
-AC_OUTPUT(Makefile share/Makefile src/Makefile)
+AC_CONFIG_FILES([Makefile share/Makefile src/Makefile])
+AC_OUTPUT
--
1.8.1.2
More information about the collectd
mailing list