+2003-02-01 Jordi Mallach <jordi@sindominio.net>
+
+ * configure.in: check for and export GCONFTOOL.
+ Require intltool 0.25.
+
2003-02-01 Dani Carbonell <bocata@panete.net>
* gtetrinet.schemas.in: changed the type of the keys values to
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
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 *****************************************