From f708fd6fd1c6d7b2da8c52bb5902b50781f2f9a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 29 Oct 2011 16:01:24 +0100 Subject: [PATCH] configure: use AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO For python plugin, but also to ensure there's an entry in the doap file for releases. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index ab7ec06..066955fc 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4