2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
+ * m4/gst-check.m4:
+ check for tools correctly
+
+2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gtk-doc.mak:
only enable breaking on new API when make distcheck passes,
not before
AC_DEFUN([GST_CHECK_MODULES],
[
- AC_REQUIRE([PKG_CHECK_MODULES])
module=[$2]
minver=[$3]
name="[$4]"
AC_DEFUN([GST_CHECK_GST],
[
GST_CHECK_MODULES(GST, gstreamer-[$1], [$2], [GStreamer], [$3])
- GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-$GST_MAJORMINOR`
+ GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-[$1]`
if test -z $GST_TOOLS_DIR; then
AC_MSG_ERROR(
[no tools dir set in GStreamer pkg-config file; core upgrade needed.])
dnl check for where core plug-ins got installed
dnl this is used for unit tests
- GST_PLUGINS_DIR=`pkg-config --variable=pluginsdir gstreamer-$GST_MAJORMINOR`
+ GST_PLUGINS_DIR=`pkg-config --variable=pluginsdir gstreamer-[$1]`
if test -z $GST_PLUGINS_DIR; then
AC_MSG_ERROR(
[no pluginsdir set in GStreamer pkg-config file; core upgrade needed.])