X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac.in;h=3f40c2b8a2f499e3f9d4b2e373eb54033707bc0c;hb=5fa2db2d6a163b91866a7942663c9026429607ef;hp=b94b9ac7dcebe600c2dd349a1ea3ec4f28f05625;hpb=df5de28d17386d48654c47b1f8521bccaf706468;p=monky diff --git a/configure.ac.in b/configure.ac.in index b94b9ac..3f40c2b 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -3,7 +3,7 @@ dnl major, minor and micro version macros. m4_define([conky_version_major], [1]) m4_define([conky_version_minor], [8]) -m4_define([conky_version_micro], [1]) +m4_define([conky_version_micro], [5]) m4_define([conky_version_tag], [pre]) dnl [] for releases m4_define([conky_version_revision],[_pre@REVISION@]) m4_define([conky_version], @@ -49,6 +49,7 @@ AC_CONFIG_FILES( src/Makefile src/build.h lua/Makefile + src/dbus/Makefile ) uname=`uname` @@ -238,7 +239,7 @@ AC_ARG_ENABLE([apcupsd], [want_apcupsd="$enableval"], [want_apcupsd=yes]) if test x$want_apcupsd = xyes; then - if test x"$uname" != xLinux; then + if test x"$uname" != xLinux -a x"$uname" != xFreeBSD; then AC_MSG_NOTICE([apcupsd not supported on $uname... disabling]) want_apcupsd="not supported on $uname" else @@ -258,7 +259,7 @@ AC_ARG_ENABLE([iostats], [want_iostats="$enableval"], [want_iostats=yes]) if test x$want_iostats = xyes; then - if test x"$uname" != xLinux; then + if test x"$uname" != xLinux -a x"$uname" != xFreeBSD; then AC_MSG_NOTICE([iostats not supported on $uname... disabling]) want_iostats="not supported on $uname" else @@ -779,7 +780,7 @@ AC_CHECK_HEADERS([sys/mount.h], [], [], #endif ]) # check if we have inotify support -AC_CHECK_HEADERS([sys/inotify.h]) +# DML #AC_CHECK_HEADERS([sys/inotify.h]) dnl dnl Some defines