X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac.in;h=1904627a5fee39298bc48f804467a245fc38f66e;hb=fc1bd4cf0a46eb594789d5a5f72a7f9427e89431;hp=d68f0880a459281db08a82c3c005e1df928a7d31;hpb=323e360e6f16dd91d317fd18c61b726d3293d090;p=monky diff --git a/configure.ac.in b/configure.ac.in index d68f088..1904627 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,10 +2,10 @@ # dnl major, minor and micro version macros. m4_define([conky_version_major], [1]) -m4_define([conky_version_minor], [8]) -m4_define([conky_version_micro], [0]) +m4_define([conky_version_minor], [9]) +m4_define([conky_version_micro], [6]) m4_define([conky_version_tag], [pre]) dnl [] for releases -m4_define([conky_version_revision],[_rc3]) +m4_define([conky_version_revision],[_pre@REVISION@]) m4_define([conky_version], [conky_version_major().conky_version_minor().conky_version_micro()ifelse( conky_version_tag(), [pre], @@ -49,6 +49,7 @@ AC_CONFIG_FILES( src/Makefile src/build.h lua/Makefile + src/dbus/Makefile ) uname=`uname` @@ -149,7 +150,7 @@ AC_ARG_ENABLE([audacious], AM_CONDITIONAL(BUILD_AUDACIOUS, test x$want_audacious = xyes -o x$want_audacious = xlegacy) if test x$want_audacious = xyes; then - PKG_CHECK_MODULES([Audacious], [audacious >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0]) + PKG_CHECK_MODULES([Audacious], [audacious >= 1.4.0 audclient dbus-glib-1 glib-2.0 gobject-2.0]) conky_CFLAGS="$conky_CFLAGS $Audacious_CFLAGS" conky_LIBS="$conky_LIBS $Audacious_LIBS" save_CPPFLAGS="$CPPFLAGS" @@ -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 @@ -767,9 +768,6 @@ fi if test x$want_alsa = xyes; then AC_CHECK_LIB(asound, snd_pcm_open,conky_LIBS="$conky_LIBS -lasound", want_alsa=no) fi -if test x$want_alsa = xyes; then -AC_DEFINE(MIXER_IS_ALSA, 1, [Define if the mixers use ALSA]) -fi dnl dnl Some headers dnl @@ -782,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 @@ -1011,6 +1009,7 @@ dnl OpenMP: $want_openmp ALSA mixer: $want_alsa apcupsd: $want_apcupsd I/O stats: $want_iostats + ncurses: $want_ncurses * Lua ($want_lua) bindings: Cairo: $want_lua_cairo