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-02 16:15:31 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-02 16:15:31 (GMT)
commit81fbfe99fbd79f1653ec79cf9fcf158ed55c24af (patch)
tree0d33731d890129b00d0b535ecd5c5762f557cb2c /configure.in
parent7ccc980874f29c90adadcceffc5e4e2aac4f075b (diff)
- new date system, untested.
- Now in clockgame hours and minutes turns to the next one or previous one when dragging http://bugzilla.gnome.org/show_bug.cgi?id=368549 - In shapegame, the green dot is now resseted properly when the item is no more in sight (reported by Joshua N Pritikin)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8260146..3fc510b 100644
--- a/configure.in
+++ b/configure.in
@@ -122,6 +122,9 @@ AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
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])
+
dnl Define myprefix depending on wether our user gives us one or not
if test "x${prefix}" = "xNONE"; then
myprefix=${ac_default_prefix}