From: Jannis Pohlmann Date: Mon, 11 Jun 2012 10:47:56 +0000 (+0100) Subject: Drop intltool, depend on systemd 37 for now X-Git-Tag: boot-manager-0.1.0~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=663c7bb969099354fb60f9cbac860a5fe40076d9;p=profile%2Fivi%2Fnode-startup-controller.git Drop intltool, depend on systemd 37 for now Since the boot manager will run in the background as a service, we'll probably not need translations. Systemd 183 is not available on all Linux distributions yet, so in order to get started, we'll build on top of 37 for now. 37 doesn't have all the features we need but it's good enough to develop the LUC handler at least. --- diff --git a/configure.ac b/configure.ac index c431656..a2eef15 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,6 @@ AM_PROG_AS() AC_PROG_CC() AM_PROG_CC_C_O() AC_PROG_INSTALL() -AC_PROG_INTLTOOL([0.31], [no-xml]) dnl *********************** dnl *** Prepare libtool *** @@ -86,7 +85,7 @@ dnl *** Check for required packages *** dnl *********************************** PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.30.0]) PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.30.0]) -PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon >= 183]) +PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon >= 37]) AC_OUTPUT([ Makefile