summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0a32eb4..4a37cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,9 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
PLATFORM=`$PYTHON -c "from distutils import util; print util.get_platform()"`
AC_SUBST(PLATFORM)
+BUILDDATE=`$PYTHON -c "import datetime; print datetime.date.today()"`
+AC_SUBST(BUILDDATE)
+
AC_ARG_ENABLE(thread,
AC_HELP_STRING([--disable-thread], [Disable pygobject threading support]),,
enable_thread=yes)
@@ -134,6 +137,7 @@ AC_CONFIG_FILES(
Makefile
pygobject-2.0.pc
docs/Makefile
+ docs/reference/entities.docbook
gobject/Makefile
examples/Makefile
tests/Makefile