configure: use AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 29 Oct 2011 15:01:24 +0000 (16:01 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 29 Oct 2011 15:01:24 +0000 (16:01 +0100)
For python plugin, but also to ensure there's an entry in the
doap file for releases.

configure.ac

index ab7ec06..066955f 100644 (file)
@@ -423,6 +423,11 @@ AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR(could not find Python lib)])
 
 AG_GST_SET_PLUGINDIR
 
+dnl set release date/time
+AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO([$PACKAGE_VERSION_NANO],
+  ["${srcdir}/gst-python.doap"],
+  [$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
+
 AC_OUTPUT([
   Makefile
   codegen/Makefile