summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 064c98a)
raw | patch | inline | side by side (parent: 064c98a)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 15 Sep 2013 15:35:34 +0000 (17:35 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 21 Sep 2013 14:33:29 +0000 (16:33 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 065ab3baeb6ff2c04363959ca832033d67ab3102..831cfc986be7b13b69f537f4825410478edcd83b 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, [m4_esyscmd(./version-gen.sh)])
+AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AC_CONFIG_AUX_DIR([libltdl/config])
[
enable_plugin="no"
force="no"
- AC_ARG_ENABLE([$1], AC_HELP_STRING([--enable-$1], [$3]),
+ AC_ARG_ENABLE([$1], AS_HELP_STRING([--enable-$1],[$3]),
[
if test "x$enableval" = "xyes"
then
collectd plugins:])
AC_ARG_ENABLE([all-plugins],
- AC_HELP_STRING([--enable-all-plugins],
- [enable all plugins (auto by def)]),
+ AS_HELP_STRING([--enable-all-plugins],[enable all plugins (auto by def)]),
[
if test "x$enableval" = "xyes"
then
AC_CONFIG_FILES(src/libcollectdclient/collectd/lcc_features.h)
-AC_OUTPUT(Makefile src/Makefile src/collectd.conf src/libcollectdclient/Makefile src/libcollectdclient/libcollectdclient.pc src/liboconfig/Makefile bindings/Makefile bindings/java/Makefile)
+AC_CONFIG_FILES([Makefile src/Makefile src/collectd.conf src/libcollectdclient/Makefile src/libcollectdclient/libcollectdclient.pc src/liboconfig/Makefile bindings/Makefile bindings/java/Makefile])
+AC_OUTPUT
if test "x$with_librrd" = "xyes" \
&& test "x$librrd_threadsafe" != "xyes"