From cbe0afd08af758fd08489034c4627ef6d2874a26 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 12 Jun 2007 20:38:40 +0000 Subject: added support for gstreamer compilation, untested updated to compile on * Makefile.mingw.in: added support for gstreamer compilation, untested * config.h.mingw.in: updated to compile on windows * po/POTFILES.in: removed deprecated src/boards/draw.c * src/gcompris/Makefile.mingw: * src/gcompris/about.c: (gc_about_start): now the sponsor logo if any replaces the fsf one. * src/gcompris/properties.c: (gc_prop_load): added support for user_dir and config_dir in the config file to make GCompris portable. svn path=/trunk/; revision=2698 --- (limited to 'configure.in') diff --git a/configure.in b/configure.in index f26ece8..d1a19de 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/gcompris/gcompris.c) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(gcompris, 8.3.1) +AM_INIT_AUTOMAKE(gcompris, 8.4BETA1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit v0.9.1