Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-11-05 21:41:05 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-05 21:41:05 (GMT)
commit60aa36cbbd6dbfb77f05e440ddf34b95cb9fa8c0 (patch)
tree4d4c2bfe62e67c70ae09280b51607c00df6c8d0f /configure.in
parentf0c7fa92180522af832b9cb382750ff16a5a384b (diff)
*** RELEASE 8.2 ***
2006-11-05 Bruno coudoin - Fixed new activation system to work on windows. - Fixed Marathi voices by Anand Kulkarni
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8b72c5f..ffd26dc 100644
--- a/configure.in
+++ b/configure.in
@@ -124,6 +124,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package name])
BUILD_DATE=`date +%y%m`
AC_DEFINE_UNQUOTED(BUILD_DATE,"$BUILD_DATE", [Date at which GCompris has been built])
+AC_SUBST(BUILD_DATE)
dnl Define myprefix depending on wether our user gives us one or not
if test "x${prefix}" = "xNONE"; then