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.
This commit is contained in:
Tim-Philipp Müller 2011-10-29 16:01:24 +01:00
parent 6bd5d1c2a6
commit f708fd6fd1

View 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