X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=d16b7bae330ed9b929f2456e31bac9b91bc98ab1;hp=1e2f5f69d3abe9b3d267575854ca7b3f4031253f;hb=2e629db997bbb18f04f12ba67315c552b8dfc65e;hpb=efe8beeba635c536e6cc501ab1c0bc255c04b091 diff --git a/configure.ac b/configure.ac index 1e2f5f6..d16b7ba 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([modest],[3.90],[http://maemo.org]) +AC_INIT([modest],[3.90.5],[http://maemo.org]) AC_CONFIG_HEADERS([config.h]) m4_define([modest_api_major_version], [1]) @@ -200,6 +200,8 @@ elif test "$with_platform" = "gnome"; then MODEST_PLUGIN_DEFINES=" -DMODEST_PLATFORM_GNOME -DMODEST_API_VERSION=${MODEST_API_VERSION}" fi AC_SUBST(MODEST_PLUGIN_DEFINES) +AM_CONDITIONAL(MODEST_BUILD_ASDBUS,test "x$with_platform" == "xmaemo") + dnl ---------- PLATFORM: *DBUS API* ----------- if test "x$with_platform" == "xgnome"; then @@ -493,7 +495,9 @@ if test "x$with_platform" == "xmaemo"; then AC_SUBST(icon_scalabledir) AC_SUBST(pluginlibdir) AC_SUBST(plugindesktopentrydir) - +else + desktopentrydir=$datadir/applications + AC_SUBST(desktopentrydir) fi dnl --------------- TESTING -------------------