Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--autopackage/default.apspec.in1
-rw-r--r--configure.in2
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13df805..6970d77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ *** RELEASE 8.4.12 ***
+
2009-03-26 Bruno coudoin <bruno.coudoin@free.fr>
* src/boards/memory.c: (sound_callback): Hopefully fixed a race in which
diff --git a/autopackage/default.apspec.in b/autopackage/default.apspec.in
index 0e7d05c..cbe2e9c 100644
--- a/autopackage/default.apspec.in
+++ b/autopackage/default.apspec.in
@@ -20,6 +20,7 @@ PackageDesktop: share/applications/gcompris.desktop
# prepareBuild will set up apbuild and run configure for you. If you
# need to pass arguments to configure, just add them to prepareBuild:
# prepareBuild --enable-foo --disable-bar
+APBUILD_STATIC_X="1"
prepareBuild --enable-binreloc
[BuildUnprepare]
diff --git a/configure.in b/configure.in
index 090d940..6838f90 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_HOST
-AM_INIT_AUTOMAKE(gcompris, 8.4.11)
+AM_INIT_AUTOMAKE(gcompris, 8.4.12)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE