1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(collectd, 4.0.3)
3 AC_CONFIG_SRCDIR(src/collectd.c)
4 AC_CONFIG_HEADERS(src/config.h)
5 AM_INIT_AUTOMAKE(dist-bzip2)
8 AC_PREFIX_DEFAULT("/opt/collectd")
13 # Checks for programs.
20 AM_CONDITIONAL(COMPILER_IS_GCC, test "x$GCC" = "xyes")
24 AC_LIBLTDL_CONVENIENCE
31 AC_CONFIG_SUBDIRS(libltdl)
34 # Checks for header files.
39 AC_CHECK_HEADERS(stdint.h)
40 AC_CHECK_HEADERS(stdio.h)
41 AC_CHECK_HEADERS(errno.h)
42 AC_CHECK_HEADERS(math.h)
43 AC_CHECK_HEADERS(syslog.h)
44 AC_CHECK_HEADERS(fcntl.h)
45 AC_CHECK_HEADERS(signal.h)
46 AC_CHECK_HEADERS(assert.h)
47 AC_CHECK_HEADERS(sys/types.h)
48 AC_CHECK_HEADERS(sys/socket.h)
49 AC_CHECK_HEADERS(sys/select.h)
50 AC_CHECK_HEADERS(poll.h)
51 AC_CHECK_HEADERS(netdb.h)
52 AC_CHECK_HEADERS(arpa/inet.h)
53 AC_CHECK_HEADERS(sys/resource.h)
54 AC_CHECK_HEADERS(sys/param.h)
55 AC_CHECK_HEADERS(kstat.h)
58 AC_CHECK_HEADERS(netinet/in_systm.h, [], [],
63 # include <sys/types.h>
66 AC_CHECK_HEADERS(netinet/in.h, [], [],
71 # include <sys/types.h>
73 #if HAVE_NETINET_IN_SYSTM_H
74 # include <netinet/in_systm.h>
77 AC_CHECK_HEADERS(netinet/ip.h, [], [],
82 # include <sys/types.h>
84 #if HAVE_NETINET_IN_SYSTM_H
85 # include <netinet/in_systm.h>
88 # include <netinet/in.h>
91 AC_CHECK_HEADERS(netinet/ip_icmp.h, [], [],
96 # include <sys/types.h>
98 #if HAVE_NETINET_IN_SYSTM_H
99 # include <netinet/in_systm.h>
101 #if HAVE_NETINET_IN_H
102 # include <netinet/in.h>
104 #if HAVE_NETINET_IP_H
105 # include <netinet/ip.h>
108 AC_CHECK_HEADERS(netinet/ip_var.h, [], [],
113 # include <sys/types.h>
115 #if HAVE_NETINET_IN_SYSTM_H
116 # include <netinet/in_systm.h>
118 #if HAVE_NETINET_IN_H
119 # include <netinet/in.h>
121 #if HAVE_NETINET_IP_H
122 # include <netinet/ip.h>
125 AC_CHECK_HEADERS(netinet/ip6.h, [], [],
130 # include <sys/types.h>
132 #if HAVE_NETINET_IN_SYSTM_H
133 # include <netinet/in_systm.h>
135 #if HAVE_NETINET_IN_H
136 # include <netinet/in.h>
139 AC_CHECK_HEADERS(netinet/icmp6.h, [], [],
144 # include <sys/types.h>
146 #if HAVE_NETINET_IN_SYSTM_H
147 # include <netinet/in_systm.h>
149 #if HAVE_NETINET_IN_H
150 # include <netinet/in.h>
152 #if HAVE_NETINET_IP6_H
153 # include <netinet/ip6.h>
156 AC_CHECK_HEADERS(netinet/tcp.h, [], [],
161 # include <sys/types.h>
163 #if HAVE_NETINET_IN_SYSTM_H
164 # include <netinet/in_systm.h>
166 #if HAVE_NETINET_IN_H
167 # include <netinet/in.h>
169 #if HAVE_NETINET_IP_H
170 # include <netinet/ip.h>
173 AC_CHECK_HEADERS(netinet/udp.h, [], [],
178 # include <sys/types.h>
180 #if HAVE_NETINET_IN_SYSTM_H
181 # include <netinet/in_systm.h>
183 #if HAVE_NETINET_IN_H
184 # include <netinet/in.h>
186 #if HAVE_NETINET_IP_H
187 # include <netinet/ip.h>
192 AC_CHECK_HEADERS(sys/sysctl.h sys/dkstat.h)
193 AC_CHECK_HEADERS(mach/mach_init.h)
194 AC_CHECK_HEADERS(mach/host_priv.h)
195 AC_CHECK_HEADERS(mach/mach_error.h)
196 AC_CHECK_HEADERS(mach/mach_host.h)
197 AC_CHECK_HEADERS(mach/mach_port.h)
198 AC_CHECK_HEADERS(mach/mach_types.h)
199 AC_CHECK_HEADERS(mach/message.h)
200 AC_CHECK_HEADERS(mach/processor_set.h)
201 AC_CHECK_HEADERS(mach/processor.h)
202 AC_CHECK_HEADERS(mach/processor_info.h)
203 AC_CHECK_HEADERS(mach/task.h)
204 AC_CHECK_HEADERS(mach/thread_act.h)
205 AC_CHECK_HEADERS(mach/vm_region.h)
206 AC_CHECK_HEADERS(mach/vm_map.h)
207 AC_CHECK_HEADERS(mach/vm_prot.h)
208 AC_CHECK_HEADERS(mach/vm_statistics.h)
209 AC_CHECK_HEADERS(mach/kern_return.h)
212 AC_CHECK_HEADERS(linux/major.h)
213 AC_CHECK_HEADERS(libgen.h)
215 # For the apple_sensors module
216 AC_CHECK_HEADERS(CoreFoundation/CoreFoundation.h)
217 AC_CHECK_HEADERS(IOKit/IOKitLib.h)
218 AC_CHECK_HEADERS(IOKit/IOTypes.h)
220 # For the battery plugin
221 AC_CHECK_HEADERS(IOKit/ps/IOPowerSources.h, [], [],
223 #if HAVE_IOKIT_IOKITLIB_H
224 # include <IOKit/IOKitLib.h>
226 #if HAVE_IOKIT_IOTYPES_H
227 # include <IOKit/IOTypes.h>
230 AC_CHECK_HEADERS(IOKit/ps/IOPSKeys.h)
232 # For the `disk' plugin
233 AC_CHECK_HEADERS(IOKit/IOBSD.h)
234 AC_CHECK_HEADERS(IOKit/storage/IOBlockStorageDriver.h)
237 AC_CHECK_HEADERS(sys/loadavg.h)
239 # For the processes plugin
240 AC_CHECK_HEADERS(linux/config.h)
242 # For the swap module
243 AC_CHECK_HEADERS(sys/swap.h)
246 AC_CHECK_HEADERS(utmp.h)
247 AC_CHECK_HEADERS(utmpx.h)
249 # For interface plugin
250 AC_CHECK_HEADERS(ifaddrs.h)
251 AC_CHECK_HEADERS(net/if.h, [], [],
254 # include <sys/types.h>
256 #if HAVE_SYS_SOCKET_H
257 # include <sys/socket.h>
260 AC_CHECK_HEADERS(linux/if.h, [], [],
263 # include <sys/types.h>
265 #if HAVE_SYS_SOCKET_H
266 # include <sys/socket.h>
269 AC_CHECK_HEADERS(linux/netdevice.h, [], [],
272 # include <sys/types.h>
274 #if HAVE_SYS_SOCKET_H
275 # include <sys/socket.h>
278 # include <linux/if.h>
283 AC_CHECK_HEADERS(curl/curl.h)
286 AC_CHECK_HEADERS(pwd.h sys/ucred.h)
287 AC_CHECK_HEADERS(ctype.h)
288 AC_CHECK_HEADERS(limits.h)
289 AC_CHECK_HEADERS(sys/quota.h)
290 AC_CHECK_HEADERS(xfs/xqm.h)
292 # For mount interface
293 AC_CHECK_HEADERS(fs_info.h)
294 AC_CHECK_HEADERS(fshelp.h)
295 AC_CHECK_HEADERS(paths.h)
296 AC_CHECK_HEADERS(mntent.h)
297 AC_CHECK_HEADERS(mnttab.h)
298 AC_CHECK_HEADERS(sys/fstyp.h)
299 AC_CHECK_HEADERS(sys/fs_types.h)
300 AC_CHECK_HEADERS(sys/mntent.h)
301 AC_CHECK_HEADERS(sys/mnttab.h)
302 AC_CHECK_HEADERS(sys/mount.h)
303 AC_CHECK_HEADERS(sys/statfs.h)
304 AC_CHECK_HEADERS(sys/statvfs.h)
305 AC_CHECK_HEADERS(sys/vfs.h)
306 AC_CHECK_HEADERS(sys/vfstab.h)
308 # For the swap plugin, FreeBSD
309 AC_CHECK_HEADERS(kvm.h)
311 # For the email plugin
312 AC_CHECK_HEADERS(linux/un.h, [], [],
314 #if HAVE_SYS_SOCKET_H
315 # include <sys/socket.h>
318 AC_CHECK_HEADERS(sys/un.h)
319 AC_CHECK_HEADERS(grp.h)
321 # For debugging interface (variable number of arguments)
322 AC_CHECK_HEADERS(stdarg.h)
324 # Regular expressions for the ignorelist.
325 AC_CHECK_HEADERS(regex.h)
328 AC_CHECK_HEADERS(arpa/nameser.h arpa/nameser_compat.h)
330 AC_CHECK_HEADERS(net/if_arp.h, [], [],
331 [#if HAVE_SYS_SOCKET_H
332 # include <sys/socket.h>
335 AC_CHECK_HEADERS(net/if_ppp.h)
336 AC_CHECK_HEADERS(netinet/if_ether.h, [], [],
341 # include <sys/types.h>
343 #if HAVE_SYS_SOCKET_H
344 # include <sys/socket.h>
349 #if HAVE_NETINET_IN_H
350 # include <netinet/in.h>
354 # For the multimeter plugin
355 AC_CHECK_HEADERS(termios.h)
356 AC_CHECK_HEADERS(sys/ioctl.h)
359 # Checking for libraries
364 # Checks for typedefs, structures, and compiler characteristics.
373 # Checks for library functions.
375 AC_PROG_GCC_TRADITIONAL
376 AC_CHECK_FUNCS(gettimeofday select strdup strtol)
377 AC_CHECK_FUNCS(getaddrinfo getnameinfo)
378 AC_CHECK_FUNCS(strchr memcpy strstr strcmp strncmp strncpy strlen)
379 AC_CHECK_FUNCS(strncasecmp strcasecmp)
380 AC_CHECK_FUNCS(openlog syslog closelog)
382 socket_needs_socket="no"
383 AC_CHECK_FUNCS(socket, [], AC_CHECK_LIB(socket, socket, [socket_needs_socket="yes"], AC_MSG_ERROR(cannot find socket)))
384 AM_CONDITIONAL(BUILD_WITH_LIBSOCKET, test "x$socket_needs_socket" = "xyes")
386 nanosleep_needs_rt="no"
387 AC_CHECK_FUNCS(nanosleep, [], AC_CHECK_LIB(rt, nanosleep, [nanosleep_needs_rt="yes"], AC_MSG_ERROR(cannot find nanosleep)))
388 AM_CONDITIONAL(BUILD_WITH_LIBRT, test "x$nanosleep_needs_rt" = "xyes")
390 # Regular expressions for the ignorelist.
391 AC_CHECK_FUNCS(regcomp regerror regexec regfree)
394 AC_CHECK_FUNCS(sysctlbyname, [have_sysctlbyname="yes"], [have_sysctlbyname="no"])
397 AC_CHECK_FUNCS(statfs statvfs)
400 AC_CHECK_FUNCS(getloadavg, [have_getloadavg="yes"], [have_getloadavg="no"])
402 # For the `processes' plugin
403 AC_CHECK_FUNCS(thread_info)
406 AC_CHECK_FUNCS(getutent getutxent)
409 AC_CHECK_FUNCS(quotactl)
410 AC_CHECK_FUNCS(getgrgid getpwuid)
412 # For interface module
413 AC_CHECK_FUNCS(getifaddrs)
416 AC_ARG_WITH(nan-emulation, [AS_HELP_STRING([--with-nan-emulation], [use emulated NAN. For crosscompiling only.])],
418 if test "x$withval" = "xno"; then
420 else if test "x$withval" = "xyes"; then
427 if test "x$nan_type" = "xnone"; then
428 AC_CACHE_CHECK([whether NAN is defined by default],
435 static float foo = NAN;
443 [have_nan_default="yes"],
444 [have_nan_default="no"]
447 if test "x$have_nan_default" = "xyes"
452 if test "x$nan_type" = "xnone"; then
453 AC_CACHE_CHECK([whether NAN is defined by __USE_ISOC99],
459 #define __USE_ISOC99 1
461 static float foo = NAN;
469 [have_nan_isoc="yes"],
473 if test "x$have_nan_isoc" = "xyes"
478 if test "x$nan_type" = "xnone"; then
479 AC_CACHE_CHECK([whether NAN can be defined by 0/0],
489 #define NAN (0.0 / 0.0)
491 # define isnan(f) ((f) != (f))
493 static float foo = NAN;
501 [have_nan_zero="yes"],
505 if test "x$have_nan_zero" = "xyes"
511 if test "x$nan_type" = "xdefault"; then
512 AC_DEFINE(NAN_STATIC_DEFAULT, 1,
513 [Define if NAN is defined by default and can initialize static variables.])
514 else if test "x$nan_type" = "xisoc99"; then
515 AC_DEFINE(NAN_STATIC_ISOC, 1,
516 [Define if NAN is defined by __USE_ISOC99 and can initialize static variables.])
517 else if test "x$nan_type" = "xzero"; then
518 AC_DEFINE(NAN_ZERO_ZERO, 1,
519 [Define if NAN can be defined as (0.0 / 0.0)])
521 AC_MSG_ERROR([Didn't find out how to statically initialize variables to NAN. Sorry.])
524 # For mount interface
525 #AC_CHECK_FUNCS(getfsent getvfsent)
528 AC_CHECK_FUNCS(getfsstat, [have_getfsstat="yes"])
530 AC_CHECK_FUNCS(getvfsstat, [have_getvfsstat="yes"])
532 AC_CHECK_FUNCS(listmntent, [have_listmntent="yes"])
535 AC_CHECK_FUNCS(getmntent, [have_getmntent="c"])
536 if test "x$have_getmntent" = "xno"; then
537 AC_CHECK_LIB(sun, getmntent, [have_getmntent="sun"])
539 if test "x$have_getmntent" = "xno"; then
540 AC_CHECK_LIB(seq, getmntent, [have_getmntent="seq"])
542 if test "x$have_getmntent" = "xno"; then
543 AC_CHECK_LIB(gen, getmntent, [have_getmntent="gen"])
546 if test "x$have_getmntent" = "xc"; then
547 AC_CACHE_CHECK([whether getmntent takes one argument],
548 [have_one_getmntent],
550 AC_LANG_PROGRAM([[AC_INCLUDES_DEFAULT
552 #include "$srcdir/src/utils_mount.h"]],
556 fh = setmntent ("/etc/mtab", "r");
560 [have_one_getmntent="yes"],
561 [have_one_getmntent="no"]
564 AC_CACHE_CHECK([whether getmntent takes two arguments],
565 [have_two_getmntent],
567 AC_LANG_PROGRAM([[AC_INCLUDES_DEFAULT
568 #include <sys/mnttab.h>
569 #include "$srcdir/src/utils_mount.h"]],
574 fh = fopen ("/etc/mnttab", "r");
575 status = getmntent (fh, &mt);
578 [have_two_getmntent="yes"],
579 [have_two_getmntent="no"]
584 # Check for different versions of `getmntent' here..
586 if test "x$have_getmntent" = "xc"; then
587 if test "x$have_one_getmntent" = "xyes"; then
588 AC_DEFINE(HAVE_ONE_GETMNTENT, 1,
589 [Define if the function getmntent exists and takes one argument.])
591 if test "x$have_two_getmntent" = "xyes"; then
592 AC_DEFINE(HAVE_TWO_GETMNTENT, 1,
593 [Define if the function getmntent exists and takes two arguments.])
596 if test "x$have_getmntent" = "xsun"; then
597 AC_DEFINE(HAVE_SUN_GETMNTENT, 1,
598 [Define if the function getmntent exists. It's the version from libsun.])
600 if test "x$have_getmntent" = "xseq"; then
601 AC_DEFINE(HAVE_SEQ_GETMNTENT, 1,
602 [Define if the function getmntent exists. It's the version from libseq.])
604 if test "x$have_getmntent" = "xgen"; then
605 AC_DEFINE(HAVE_GEN_GETMNTENT, 1,
606 [Define if the function getmntent exists. It's the version from libgen.])
609 # Check for structures
610 AC_CHECK_MEMBERS([struct if_data.ifi_ibytes, struct if_data.ifi_opackets, struct if_data.ifi_ierrors],
611 [AC_DEFINE(HAVE_STRUCT_IF_DATA, 1, [Define if struct if_data exists and is usable.])],
614 #include <sys/types.h>
615 #include <sys/socket.h>
618 AC_CHECK_MEMBERS([struct net_device_stats.rx_bytes, struct net_device_stats.tx_packets, struct net_device_stats.rx_errors],
619 [AC_DEFINE(HAVE_STRUCT_NET_DEVICE_STATS, 1, [Define if struct net_device_stats exists and is usable.])],
622 #include <sys/types.h>
623 #include <sys/socket.h>
624 #include <linux/if.h>
625 #include <linux/netdevice.h>
628 AC_CHECK_MEMBERS([struct udphdr.uh_dport, struct udphdr.uh_sport], [], [],
633 # include <sys/types.h>
635 #if HAVE_NETINET_IN_SYSTM_H
636 # include <netinet/in_systm.h>
638 #if HAVE_NETINET_IN_H
639 # include <netinet/in.h>
641 #if HAVE_NETINET_IP_H
642 # include <netinet/ip.h>
644 #if HAVE_NETINET_UDP_H
645 # include <netinet/udp.h>
648 AC_CHECK_MEMBERS([struct udphdr.dest, struct udphdr.source], [], [],
653 # include <sys/types.h>
655 #if HAVE_NETINET_IN_SYSTM_H
656 # include <netinet/in_systm.h>
658 #if HAVE_NETINET_IN_H
659 # include <netinet/in.h>
661 #if HAVE_NETINET_IP_H
662 # include <netinet/ip.h>
664 #if HAVE_NETINET_UDP_H
665 # include <netinet/udp.h>
669 AC_CHECK_MEMBERS([kstat_io_t.nwritten, kstat_io_t.writes, kstat_io_t.nwrites, kstat_io_t.wtime],
678 AC_MSG_CHECKING([for kernel type ($host_os)])
681 AC_DEFINE([KERNEL_LINUX], 1, [True if program is to be compiled for a Linux kernel])
685 AC_DEFINE([KERNEL_SOLARIS], 1, [True if program is to be compiled for a Solaris kernel])
691 AC_MSG_RESULT([$ac_system])
694 AC_CHECK_LIB(resolv, res_search,
696 AC_DEFINE(HAVE_LIBRESOLV, 1, [Define to 1 if you have the 'resolv' library (-lresolv).])
698 [with_libresolv="no"])
699 AM_CONDITIONAL(BUILD_WITH_LIBRESOLV, test "x$with_libresolv" = "xyes")
702 m4_divert_once([HELP_WITH], [
703 collectd additional packages:])
705 # AC_ARG_WITH (package, help-string, [action-if-given], [action-if-not-given])
706 AC_ARG_WITH(rrdtool, [AS_HELP_STRING([--with-rrdtool@<:@=PREFIX@:>@], [Path to rrdtool.])],
707 [ if test "x$withval" != "xno" && test "x$withval" != "xyes"
709 LDFLAGS="$LDFLAGS -L$withval/lib"
710 CPPFLAGS="$CPPFLAGS -I$withval/include"
713 ], [with_rrdtool="yes"])
714 if test "x$with_rrdtool" = "xyes"
716 AC_CHECK_LIB(rrd, rrd_update,
718 AC_DEFINE(HAVE_LIBRRD, 1, [Define to 1 if you have the rrd library (-lrrd).])
720 [with_rrdtool="no (librrd not found)"], [-lm])
722 if test "x$with_rrdtool" = "xyes"
724 AC_CHECK_HEADERS(rrd.h,, [with_rrdtool="no (rrd.h not found)"])
726 if test "x$with_rrdtool" = "xyes"
732 AC_DEFINE_UNQUOTED(COLLECT_RRDTOOL, [$collect_rrdtool],
733 [Wether or not to use rrdtool library])
734 AM_CONDITIONAL(BUILD_WITH_RRDTOOL, test "x$with_rrdtool" = "xyes")
736 AC_ARG_WITH(libpthread, [AS_HELP_STRING([--with-libpthread=@<:@=PREFIX@:>@], [Path to libpthread.])],
737 [ if test "x$withval" != "xno" -a "x$withval" != "xyes"
739 LDFLAGS="$LDFLAGS -L$withval/lib"
740 CPPFLAGS="$CPPFLAGS -I$withval/include"
741 with_libpthread="yes"
743 if test "x$withval" = "xno"
745 with_libpthread="no (disabled)"
748 ], [with_libpthread="yes"])
749 if test "x$with_libpthread" = "xyes"
751 AC_CHECK_LIB(pthread, pthread_create, [with_libpthread="yes"], [with_libpthread="no (libpthread not found)"], [])
753 if test "x$with_libpthread" = "xyes"
755 AC_CHECK_HEADERS(pthread.h,, [with_libpthread="no (pthread.h not found)"])
757 if test "x$with_libpthread" = "xyes"
763 AC_DEFINE_UNQUOTED(HAVE_LIBPTHREAD, [$collect_pthread],
764 [Wether or not to use pthread (POSIX threads) library])
765 AM_CONDITIONAL(BUILD_WITH_LIBPTHREAD, test "x$with_libpthread" = "xyes")
767 if test "$ac_system" = "Solaris"
772 with_kstat="no (Solaris only)"
773 with_devinfo="no (Solaris only)"
776 if test "x$with_kstat" = "xyes"
778 AC_CHECK_LIB(kstat, kstat_open, [with_kstat="yes"], [with_kstat="no (libkstat not found)"], [])
780 if test "x$with_kstat" = "xyes"
782 AC_CHECK_LIB(devinfo, di_init, [with_devinfo="yes"], [with_devinfo="no (not found)"], [])
783 AC_CHECK_HEADERS(kstat.h,, [with_kstat="no (kstat.h not found)"])
785 if test "x$with_kstat" = "xyes"
787 AC_DEFINE(HAVE_LIBKSTAT, 1,
788 [Define to 1 if you have the 'kstat' library (-lkstat)])
790 AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" = "xyes")
791 AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" = "xyes")
793 ### BEGIN of check for libcurl ###
794 with_curl_config="curl-config"
797 AC_ARG_WITH(libcurl, [AS_HELP_STRING([--with-libcurl@<:@=PREFIX@:>@], [Path to libcurl.])],
799 if test "x$withval" != "xno" -a "x$withval" != "xyes"
801 if test -x "$withval/bin/curl-config"
803 with_curl_config="$withval/bin/curl-config"
807 if test "x$withval" = "xno"
817 if test "x$with_libcurl" = "xyes"
819 with_curl_libs=`$with_curl_config --libs 2>/dev/null`
820 curl_config_status=$?
822 if test $curl_config_status -ne 0
826 AC_CHECK_LIB(curl, curl_easy_init,
828 BUILD_WITH_LIBCURL_LIBS="$with_curl_libs"
829 AC_SUBST(BUILD_WITH_LIBCURL_LIBS)
837 if test "x$with_libcurl" = "xyes" -a $with_curl_prefix -ne 0
839 with_curl_prefix=`$with_curl_config --libs 2>/dev/null`
840 curl_config_status=$?
842 if test $curl_config_status -ne 0
846 if test -d "$with_curl_prefix/include"
848 CPPFLAGS="$CPPFLAGS -I$with_curl_prefix/include"
853 with_libcurl_numeric=0
854 if test "x$with_libcurl" = "xyes"
856 with_libcurl_numeric=1
858 AC_DEFINE_UNQUOTED(HAVE_LIBCURL, [$with_libcurl_numeric], [Define to 1 if you have the 'curl' library (-lcurl).])
859 AM_CONDITIONAL(BUILD_WITH_LIBCURL, test "x$with_libcurl" = "xyes")
860 ### END of check for libcurl ###
864 AC_CHECK_LIB(IOKit, IOServiceGetMatchingServices,
873 AC_DEFINE_UNQUOTED(COLLECT_LIBIOKIT, [$collect_libiokit], [Wether or not to use the IOKit library])
874 AM_CONDITIONAL(BUILD_WITH_LIBIOKIT, test "x$with_libiokit" = "xyes")
876 with_libstatgrab="yes"
878 AC_ARG_WITH(libstatgrab, [AS_HELP_STRING([--with-libstatgrab@<:@=PREFIX@:>@], [Path to libstatgrab.])],
880 if test "x$withval" != "xno" -a "x$withval" != "xyes"
882 LDFLAGS="$LDFLAGS -L$withval/lib"
883 CPPFLAGS="$CPPFLAGS -I$withval/include"
884 with_libstatgrab="yes"
888 if test "x$ac_system" == "xunknown"
890 with_libstatgrab="yes"
892 with_libstatgrab="no"
895 if test "x$with_libstatgrab" = "xyes"
897 AC_CHECK_LIB(statgrab, sg_init, [with_libstatgrab="yes"], [with_libstatgrab="no (libstatgrab not found)"])
899 if test "x$with_libstatgrab" = "xyes"
901 AC_CHECK_HEADERS(statgrab.h,, [with_libstatgrab="no (statgrab.h not found)"])
903 if test "x$with_libstatgrab" = "xyes"
905 AC_CHECK_LIB(devstat, getdevs, [with_libdevstat="yes"], [with_libdevstat="no"])
907 if test "x$with_libstatgrab" = "xyes"
909 collect_libstatgrab=1
911 collect_libstatgrab=0
913 AC_DEFINE_UNQUOTED(COLLECT_LIBSTATGRAB, [$collect_libstatgrab],
914 [Wether or not to use statgrab library])
915 AM_CONDITIONAL(BUILD_WITH_LIBSTATGRAB, test "x$with_libstatgrab" = "xyes")
916 AM_CONDITIONAL(BUILD_WITH_LIBDEVSTAT, test "x$with_libdevstat" = "xyes")
918 AC_CHECK_LIB(kvm, kvm_getswapinfo, [with_libkvm="yes"], [with_libkvm="no"])
919 if test "x$with_libkvm" = "xyes"
921 AC_DEFINE(HAVE_LIBKVM, 1, [Define to 1 if you have the 'kvm' library (-lkvm)])
923 AM_CONDITIONAL(BUILD_WITH_LIBKVM, test "x$with_libkvm" = "xyes")
925 AC_ARG_WITH(lm-sensors, [AS_HELP_STRING([--with-lm-sensors@<:@=PREFIX@:>@], [Path to lm_sensors.])],
927 if test "x$withval" != "xno" && test "x$withval" != "xyes"
929 LDFLAGS="$LDFLAGS -L$withval/lib"
930 CPPFLAGS="$CPPFLAGS -I$withval/include"
931 with_lm_sensors="yes"
935 if test "x$ac_system" = "xLinux"
937 with_lm_sensors="yes"
942 if test "x$with_lm_sensors" = "xyes"
944 AC_CHECK_LIB(sensors, sensors_init,
946 AC_DEFINE(HAVE_LIBSENSORS, 1, [Define to 1 if you have the sensors library (-lsensors).])
948 [with_lm_sensors="no (libsensors not found)"])
950 if test "x$with_lm_sensors" = "xyes"
952 AC_CHECK_HEADERS(sensors/sensors.h,
954 AC_DEFINE(HAVE_SENSORS_SENSORS_H, 1, [Define to 1 if you have the <sensors/sensors.h> header file.])
956 [with_lm_sensors="no (sensors/sensors.h not found)"])
958 if test "x$with_lm_sensors" = "xyes"
964 AC_DEFINE_UNQUOTED(COLLECT_LM_SENSORS, [$collect_lm_sensors],
965 [Wether or not to use sensors library])
966 AM_CONDITIONAL(BUILD_WITH_LM_SENSORS, test "x$with_lm_sensors" = "xyes")
968 AC_ARG_WITH(libmysql, [AS_HELP_STRING([--with-libmysql@<:@=PREFIX@:>@], [Path to libmysql.])],
970 if test "x$withval" != "xno" && test "x$withval" != "xyes"
972 LDFLAGS="$LDFLAGS -L$withval/lib"
973 CPPFLAGS="$CPPFLAGS -I$withval/include"
980 if test "x$with_libmysql" = "xyes"
982 AC_CHECK_LIB(mysqlclient, mysql_init,
984 AC_DEFINE(HAVE_LIBMYSQLCLIENT, 1, [Define to 1 if you have the mysqlclient library (-lmysqlclient).])
985 ], [with_libmysql="no (libmysql not found)"])
987 if test "x$with_libmysql" = "xyes"
989 AC_CHECK_HEADERS(mysql/mysql.h,
991 AC_DEFINE(HAVE_MYSQL_MYSQL_H, 1, [Define to 1 if you have the <mysql/mysql.h> header file.])
992 ], [with_libmysql="no (mysql/mysql.h not found)"])
994 if test "x$with_libmysql" = "xyes"
1000 AC_DEFINE_UNQUOTED(COLLECT_LIBMYSQL, [$collect_libmysql],
1001 [Wether or not to use mysql library])
1002 AM_CONDITIONAL(BUILD_WITH_LIBMYSQL, test "x$with_libmysql" = "xyes")
1004 with_own_liboconfig="no"
1005 liboconfig_LDFLAGS="$LDFLAGS"
1006 liboconfig_CPPFLAGS="$CPPFLAGS"
1007 AC_ARG_WITH(liboconfig, [AS_HELP_STRING([--with-liboconfig@<:@=PREFIX@:>@], [Path to liboconfig.])],
1009 if test "x$withval" != "xno" && test "x$withval" != "xyes"
1011 if test -d "$withval/lib"
1013 liboconfig_LDFLAGS="$LDFLAGS -L$withval/lib"
1015 if test -d "$withval/include"
1017 liboconfig_CPPFLAGS="$CPPFLAGS -I$withval/include"
1020 if test "x$withval" = "xno"
1022 AC_MSG_ERROR("liboconfig is required")
1026 with_liboconfig="yes"
1029 save_LDFLAGS="$LDFLAGS"
1030 save_CPPFLAGS="$CPPFLAGS"
1031 LDFLAGS="$liboconfig_LDFLAGS"
1032 CPPFLAGS="$liboconfig_CPPFLAGS"
1033 AC_CHECK_LIB(oconfig, oconfig_parse_fh,
1035 with_liboconfig="yes"
1036 with_own_liboconfig="no"
1039 with_liboconfig="yes"
1040 with_own_liboconfig="yes"
1041 LDFLAGS="$save_LDFLAGS"
1042 CPPFLAGS="$save_CPPFLAGS"
1045 AM_CONDITIONAL(BUILD_WITH_OWN_LIBOCONFIG, test "x$with_own_liboconfig" = "xyes")
1046 if test "x$with_own_liboconfig" = "xyes"
1048 with_liboconfig="yes (shipped version)"
1051 #with_liboping="yes"
1052 with_own_liboping="no"
1053 liboping_LDFLAGS="$LDFLAGS"
1054 liboping_CPPFLAGS="$CPPFLAGS"
1055 AC_ARG_WITH(liboping, [AS_HELP_STRING([--with-liboping@<:@=PREFIX@:>@], [Path to liboping.])],
1057 if test "x$withval" != "xno" && test "x$withval" != "xyes"
1059 if test -d "$withval/lib"
1061 liboping_LDFLAGS="$LDFLAGS -L$withval/lib"
1063 if test -d "$withval/include"
1065 liboping_CPPFLAGS="$CPPFLAGS -I$withval/include"
1068 if test "x$withval" = "xno"
1071 with_own_liboping="no"
1079 if test "x$with_liboping" = "xyes"
1081 save_LDFLAGS="$LDFLAGS"
1082 save_CPPFLAGS="$CPPFLAGS"
1083 LDFLAGS="$liboping_LDFLAGS"
1084 CPPFLAGS="$liboping_CPPFLAGS"
1085 AC_CHECK_LIB(oping, ping_construct,
1088 with_own_liboping="no"
1092 with_own_liboping="yes"
1093 LDFLAGS="$save_LDFLAGS"
1094 CPPFLAGS="$save_CPPFLAGS"
1097 AM_CONDITIONAL(BUILD_WITH_LIBOPING, test "x$with_liboping" = "xyes")
1098 AM_CONDITIONAL(BUILD_WITH_OWN_LIBOPING, test "x$with_own_liboping" = "xyes")
1099 if test "x$with_liboping" = "xyes" -a "x$with_own_liboping" = "xyes"
1101 with_liboping="yes (shipped version)"
1104 AC_ARG_WITH(libpcap, [AS_HELP_STRING([--with-libpcap@<:@=PREFIX@:>@], [Path to libpcap.])],
1106 if test "x$withval" != "xno" && test "x$withval" != "xyes"
1108 LDFLAGS="$LDFLAGS -L$withval/lib"
1109 CPPFLAGS="$CPPFLAGS -I$withval/include"
1116 if test "x$with_libpcap" = "xyes"
1118 AC_CHECK_LIB(pcap, pcap_open_live,
1120 AC_DEFINE(HAVE_LIBPCAP, 1, [Define to 1 if you have the pcap library (-lpcap).])
1121 ], [with_libpcap="no (libpcap not found)"])
1123 if test "x$with_libpcap" = "xyes"
1125 AC_CHECK_HEADERS(pcap.h,
1127 AC_DEFINE(HAVE_PCAP_H, 1, [Define to 1 if you have the <pcap.h> header file.])
1128 ], [with_libpcap="no (pcap.h not found)"])
1130 if test "x$with_libpcap" = "xyes"
1136 AC_DEFINE_UNQUOTED(COLLECT_LIBPCAP, [$collect_libpcap],
1137 [Wether or not to use the pcap library])
1138 AM_CONDITIONAL(BUILD_WITH_LIBPCAP, test "x$with_libpcap" = "xyes")
1140 perl_interpreter="perl"
1141 AC_ARG_WITH(libperl, [AS_HELP_STRING([--with-libperl@<:@=PREFIX@:>@], [Path to libperl.])],
1143 if test "x$withval" != "xno" && test "x$withval" != "xyes"
1145 LDFLAGS="$LDFLAGS -L$withval/lib"
1146 CPPFLAGS="$CPPFLAGS -I$withval/include"
1147 perl_interpreter="$withval/bin/perl"
1154 if test "x$with_libperl" = "xyes"
1157 SAVE_LDFLAGS=$LDFLAGS
1158 PERL_CFLAGS=`$perl_interpreter -MExtUtils::Embed -e ccopts`
1159 PERL_LDFLAGS=`$perl_interpreter -MExtUtils::Embed -e ldopts`
1160 CFLAGS="$CFLAGS $PERL_CFLAGS"
1161 LDFLAGS="$LDFLAGS $PERL_LDFLAGS"
1163 AC_CACHE_CHECK([for libperl],
1173 PerlInterpreter *perl = NULL;
1174 Perl_load_module (perl, PERL_LOADMOD_NOIMPORT,
1175 newSVpv ("Collectd::Plugin::FooBar", 24),
1178 [have_libperl="yes"],
1183 if test "x$have_libperl" = "xyes"
1185 AC_DEFINE(HAVE_LIBPERL, 1, [Define if libperl is present and usable.])
1186 AC_SUBST(PERL_CFLAGS)
1187 AC_SUBST(PERL_LDFLAGS)
1193 LDFLAGS=$SAVE_LDFLAGS
1195 AM_CONDITIONAL(BUILD_WITH_LIBPERL, test "x$with_libperl" = "xyes")
1197 AC_ARG_WITH(libiptc, [AS_HELP_STRING([--with-libiptc@<:@=PREFIX@:>@], [Path to libiptc.])],
1199 if test "x$withval" != "xno" && test "x$withval" != "xyes"
1201 LDFLAGS="$LDFLAGS -L$withval/lib"
1202 CPPFLAGS="$CPPFLAGS -I$withval/include"
1207 if test "x$ac_system" = "xLinux"
1211 with_libiptc="no (Linux only)"
1214 if test "x$with_libiptc" = "xyes"
1216 AC_CHECK_LIB(iptc, iptc_init,
1218 AC_DEFINE(HAVE_LIBIPTC, 1, [Define to 1 if you have the iptc library (-liptc).])
1219 ], [with_libiptc="no (libiptc not found)"])
1221 if test "x$with_libiptc" = "xyes"
1223 AC_CHECK_HEADERS(libiptc/libiptc.h,
1225 AC_DEFINE(HAVE_LIBIPTC_LIBIPTC_H, 1, [Define to 1 if you have the <libiptc/libiptc.h> header file.])
1226 ], [with_libiptc="no (libiptc/libiptc.h not found)"])
1228 if test "x$with_libiptc" = "xyes"
1234 AM_CONDITIONAL(BUILD_WITH_LIBIPTC, test "x$with_libiptc" = "xyes")
1236 AC_ARG_WITH(libupsclient, [AS_HELP_STRING([--with-libupsclient@<:@=PREFIX@:>@], [Path to libupsclient.])],
1238 if test "x$withval" != "xno" && test "x$withval" != "xyes"
1240 LDFLAGS="$LDFLAGS -L$withval/lib"
1241 CPPFLAGS="$CPPFLAGS -I$withval/include"
1242 with_libupsclient="yes"
1246 with_libupsclient="yes"
1248 if test "x$with_libupsclient" = "xyes"
1250 AC_CHECK_LIB(upsclient, upscli_connect,
1252 AC_DEFINE(HAVE_LIBUPSCLIENT, 1, [Define to 1 if you have the upsclient library (-lupsclient).])
1253 ], [with_libupsclient="no (libupsclient not found)"])
1255 if test "x$with_libupsclient" = "xyes"
1257 AC_CHECK_HEADERS(upsclient.h,
1259 AC_DEFINE(HAVE_UPSCLIENT_H, 1, [Define to 1 if you have the <upsclient.h> header file.])
1260 ], [with_libupsclient="no (upsclient.h not found)"])
1262 AM_CONDITIONAL(BUILD_WITH_LIBUPSCLIENT, test "x$with_libupsclient" = "xyes")
1264 # Check for enabled/disabled features
1267 # AC_COLLECTD(name, enable/disable, info-text, feature/module)
1268 # ------------------------------------------------------------
1270 m4_define([my_toupper], [m4_translit([$1], m4_defn([m4_cr_letters]), m4_defn([m4_cr_LETTERS]))])
1275 m4_if([$1], [], [AC_FATAL([AC_COLLECTD([$1], [$2], [$3], [$4]): 1st argument must not be empty])])dnl
1280 m4_define([EnDis],[disabled])dnl
1281 m4_define([YesNo],[no])dnl
1287 m4_define([EnDis],[enabled])dnl
1288 m4_define([YesNo],[yes])dnl
1291 AC_FATAL([AC_COLLECTD([$1], [$2], [$3], [$4]): 2nd argument must be either enable or disable])dnl
1295 m4_if([$3], [feature], [],
1299 AC_FATAL([AC_COLLECTD([$1], [$2], [$3], [$4]): 3rd argument must be either feature or disable])dnl
1305 AS_HELP_STRING([--$2-$1], [$2 $4 (EnDis by def)]),
1307 enable_$1='[YesNo]'dnl
1309 if test "x$enable_$1" = "xno"
1313 if test "x$enable_$1" = "xyes"
1317 AC_MSG_NOTICE([please specify either --enable-$1 or --disable-$1; enabling $1.])
1322 AC_DEFINE_UNQUOTED([COLLECT_]my_toupper([$1]), [$collectd_$1], [wether or not to enable $3 $4])
1323 AM_CONDITIONAL([BUILD_]my_toupper([$3])[_]my_toupper([$1]), [test "x$enable_$1" = "xyes"])dnl
1325 )# AC_COLLECTD(name, enable/disable, info-text, feature/module)
1327 m4_divert_once([HELP_ENABLE], [
1328 collectd features:])
1329 AC_COLLECTD([debug], [enable], [feature], [debugging])
1330 AC_COLLECTD([daemon], [disable], [feature], [daemon mode])
1331 AC_COLLECTD([getifaddrs],[enable], [feature], [getifaddrs under Linux])
1333 m4_divert_once([HELP_ENABLE], [
1335 AC_COLLECTD([apache], [disable], [module], [Apache httpd statistics])
1336 AC_COLLECTD([apcups], [disable], [module], [Statistics of UPSes by APC])
1337 AC_COLLECTD([apple_sensors], [disable], [module], [Apple's hardware sensors])
1338 AC_COLLECTD([battery], [disable], [module], [battery statistics])
1339 AC_COLLECTD([cpu], [disable], [module], [cpu usage statistics])
1340 AC_COLLECTD([cpufreq], [disable], [module], [system cpu frequency statistics])
1341 AC_COLLECTD([disk], [disable], [module], [disk/partition statistics])
1342 AC_COLLECTD([csv], [disable], [module], [csv output plugin])
1343 AC_COLLECTD([df], [disable], [module], [df statistics])
1344 AC_COLLECTD([dns], [disable], [module], [dns statistics])
1345 AC_COLLECTD([email], [disable], [module], [email statistics])
1346 AC_COLLECTD([entropy], [disable], [module], [entropy statistics])
1347 AC_COLLECTD([exec], [disable], [module], [exec of external programs])
1348 AC_COLLECTD([hddtemp], [disable], [module], [hdd temperature statistics])
1349 AC_COLLECTD([interface], [disable], [module], [interface statistics])
1350 AC_COLLECTD([iptables], [disable], [module], [IPtables statistics])
1351 AC_COLLECTD([irq], [disable], [module], [irq statistics])
1352 AC_COLLECTD([load], [disable], [module], [system load statistics])
1353 AC_COLLECTD([mbmon], [disable], [module], [motherboard monitor statistics])
1354 AC_COLLECTD([memory], [disable], [module], [memory statistics])
1355 AC_COLLECTD([multimeter],[disable], [module], [multimeter statistics])
1356 AC_COLLECTD([mysql], [disable], [module], [mysql statistics])
1357 AC_COLLECTD([network], [disable], [module], [network functionality])
1358 AC_COLLECTD([nfs], [disable], [module], [nfs statistics])
1359 AC_COLLECTD([ntpd], [disable], [module], [ntpd statistics])
1360 AC_COLLECTD([nut], [disable], [module], [network UPS tools statistics])
1361 AC_COLLECTD([perl], [disable], [module], [embedded perl interpreter])
1362 AC_COLLECTD([ping], [disable], [module], [ping statistics])
1363 AC_COLLECTD([processes], [disable], [module], [processes statistics])
1364 AC_COLLECTD([sensors], [disable], [module], [lm_sensors statistics])
1365 AC_COLLECTD([serial], [disable], [module], [serial statistics])
1366 AC_COLLECTD([logfile], [disable], [module], [logfile log facility])
1367 AC_COLLECTD([swap], [disable], [module], [swap statistics])
1368 AC_COLLECTD([syslog], [disable], [module], [syslog log facility])
1369 AC_COLLECTD([tape], [disable], [module], [tape statistics])
1370 AC_COLLECTD([unixsock], [disable], [module], [UNIX socket plugin])
1371 AC_COLLECTD([users], [disable], [module], [user count statistics])
1372 AC_COLLECTD([vserver], [disable], [module], [vserver statistics])
1373 AC_COLLECTD([wireless], [disable], [module], [wireless link statistics])
1375 AC_OUTPUT(Makefile src/Makefile src/collectd.conf src/liboconfig/Makefile src/liboping/Makefile)
1377 if test "x$with_libperl" = "xyes"
1379 with_libperl="yes (version `perl -MConfig -e 'print $Config{version};'`)"
1381 enable_perl="no (needs libperl)"
1388 libcurl . . . . . . $with_libcurl
1389 libiokit . . . . . $with_libiokit
1390 libiptc . . . . . . $with_libiptc
1391 libkstat . . . . . $with_kstat
1392 libmysql . . . . . $with_libmysql
1393 liboconfig . . . . $with_liboconfig
1394 liboping . . . . . $with_liboping
1395 libpcap . . . . . . $with_libpcap
1396 libperl . . . . . . $with_libperl
1397 libpthread . . . . $with_libpthread
1398 librrd . . . . . . $with_rrdtool
1399 libsensors . . . . $with_lm_sensors
1400 libstatgrab . . . . $with_libstatgrab
1401 libupsclient . . . $with_libupsclient
1404 daemon mode . . . . $enable_daemon
1405 debug . . . . . . . $enable_debug
1408 apache . . . . . . $enable_apache
1409 apcups . . . . . . $enable_apcups
1410 apple_sensors . . . $enable_apple_sensors
1411 battery . . . . . . $enable_battery
1412 cpu . . . . . . . . $enable_cpu
1413 cpufreq . . . . . . $enable_cpufreq
1414 csv . . . . . . . . $enable_csv
1415 df . . . . . . . . $enable_df
1416 disk . . . . . . . $enable_disk
1417 dns . . . . . . . . $enable_dns
1418 email . . . . . . . $enable_email
1419 entropy . . . . . . $enable_entropy
1420 exec . . . . . . . $enable_exec
1421 hddtemp . . . . . . $enable_hddtemp
1422 interface . . . . . $enable_interface
1423 iptables . . . . . $enable_iptables
1424 irq . . . . . . . . $enable_irq
1425 load . . . . . . . $enable_load
1426 logfile . . . . . . $enable_logfile
1427 mbmon . . . . . . . $enable_mbmon
1428 memory . . . . . . $enable_memory
1429 multimeter . . . . $enable_multimeter
1430 mysql . . . . . . . $enable_mysql
1431 network . . . . . . $enable_network
1432 nfs . . . . . . . . $enable_nfs
1433 ntpd . . . . . . . $enable_ntpd
1434 nut . . . . . . . . $enable_nut
1435 perl . . . . . . . $enable_perl
1436 ping . . . . . . . $enable_ping
1437 processes . . . . . $enable_processes
1438 sensors . . . . . . $enable_sensors
1439 serial . . . . . . $enable_serial
1440 swap . . . . . . . $enable_swap
1441 syslog . . . . . . $enable_syslog
1442 tape . . . . . . . $enable_tape
1443 unixsock . . . . . $enable_unixsock
1444 users . . . . . . . $enable_users
1445 vserver . . . . . . $enable_vserver
1446 wireless . . . . . $enable_wireless