diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-08-31 18:40:44 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-01 17:08:58 +0100 |
commit | f9204d5d70d126557cce0175e8ce9ce382d7fbc5 (patch) | |
tree | 1999ed48b98c617c874fbdb64f13f1ee69e9f6e2 /configure.ac | |
parent | 70617be38e9767c4209c7e877f31402ca492b776 (diff) |
build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common
Sets up a GST_PKG_CONFIG_PATH variable for use in Makefile.am
(avoids trailing ':' in PKG_CONFIG_PATH used). A useful side
effect of this is also that the PKG_CONFIG_PATH environment
is now logged in the configure output.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c4a8a8533..a73479832 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,8 @@ AG_GST_ARG_WITH_PKG_CONFIG_PATH AG_GST_ARG_WITH_PACKAGE_NAME AG_GST_ARG_WITH_PACKAGE_ORIGIN +AG_GST_PKG_CONFIG_PATH + AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO([$PACKAGE_VERSION_NANO], ["${srcdir}/gstreamer.doap"], [$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO]) |