From: Jordi Mallach Date: Sat, 1 Feb 2003 19:55:43 +0000 (+0000) Subject: Check for and export GCONFTOOL. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=ce1c3d91bca486899991e83bf4a615e224734540;p=gtetrinet Check for and export GCONFTOOL. --- diff --git a/ChangeLog b/ChangeLog index b348a7b..f1bcb6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-01 Jordi Mallach + + * configure.in: check for and export GCONFTOOL. + Require intltool 0.25. + 2003-02-01 Dani Carbonell * gtetrinet.schemas.in: changed the type of the keys values to diff --git a/Makefile.am b/Makefile.am index 6ad2aca..b1985c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,8 @@ icon_DATA = gtetrinet.png icondir = $(datadir)/pixmaps schemadir = $(sysconfdir)/gconf/schemas -schema_DATA = $(schema_in_files:.schemas.in=.schemas) schema_in_files = gtetrinet.schemas.in +schema_DATA = $(schema_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ utildir = $(datadir)/gnome/apps/Games diff --git a/configure.in b/configure.in index aabba31..b9cfe77 100644 --- a/configure.in +++ b/configure.in @@ -11,11 +11,14 @@ AC_SUBST(GETTEXT_PACKAGE) AC_PROG_CC -AC_PROG_INTLTOOL([0.23]) +AC_PROG_INTLTOOL([0.25]) ALL_LINGUAS="ca de es nl no sv" AM_GNU_GETTEXT_VERSION([0.11.5]) AM_GLIB_GNU_GETTEXT +AC_PATH_PROG(GCONFTOOL, gconftool-2) +AM_GCONF_SOURCE_2 + dnl ***************************************** dnl pkg-config check time dnl *****************************************