X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac.in;h=344cfaedcc669e0243e6dd6e35b6f652fde3bff8;hb=5b112f7a5d8ae68de4b52ac93374c4d68602f1b6;hp=46da906c549fa38f3d98add5958dc3d5d9222da6;hpb=0e2c45685bcfed554b732f3318b0181b22f96f5c;p=monky diff --git a/configure.ac.in b/configure.ac.in index 46da906..344cfae 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,10 +1,10 @@ # -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- # 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_tag]), [pre]) dnl [] for releases +m4_define([conky_version_major], [2]) +m4_define([conky_version_minor], [0]) +m4_define([conky_version_micro], [2]) +m4_define([conky_version_tag], [pre]) dnl [] for releases m4_define([conky_version_revision],[_pre@REVISION@]) m4_define([conky_version], [conky_version_major().conky_version_minor().conky_version_micro()ifelse( @@ -238,7 +238,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 +258,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 +779,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