From 663c7bb969099354fb60f9cbac860a5fe40076d9 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 11 Jun 2012 11:47:56 +0100 Subject: [PATCH] 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. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.7.4