mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
this makes more sens donnit ?
Original commit message from CVS: this makes more sens donnit ?
This commit is contained in:
parent
63baa87f94
commit
807312e7b4
1 changed files with 6 additions and 5 deletions
11
configure.ac
11
configure.ac
|
@ -32,9 +32,6 @@ GST_REVISION=0
|
||||||
GST_AGE=0
|
GST_AGE=0
|
||||||
GST_LIBVERSION=$GST_CURRENT:$GST_REVISION:$GST_AGE
|
GST_LIBVERSION=$GST_CURRENT:$GST_REVISION:$GST_AGE
|
||||||
|
|
||||||
dnl check for gstreamer
|
|
||||||
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
|
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||||
dnl Add parameters for aclocal
|
dnl Add parameters for aclocal
|
||||||
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
|
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
|
||||||
|
@ -118,14 +115,18 @@ else
|
||||||
HAVE_NASM="yes"
|
HAVE_NASM="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl Check for pkgconfig
|
||||||
|
AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, true, false)
|
||||||
|
|
||||||
dnl fix pkg-config's broken default search path
|
dnl fix pkg-config's broken default search path
|
||||||
if test -z $PKG_CONFIG_PATH; then
|
if test -z $PKG_CONFIG_PATH; then
|
||||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
|
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
|
||||||
|
echo "Setting PKG_CONFIG_PATH to $PKG_CONFIG_PATH"
|
||||||
fi
|
fi
|
||||||
export PKG_CONFIG_PATH
|
export PKG_CONFIG_PATH
|
||||||
|
|
||||||
dnl Check for pkgconfig
|
dnl check for gstreamer
|
||||||
AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, true, false)
|
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
|
||||||
|
|
||||||
dnl dnl check for gtk-doc
|
dnl dnl check for gtk-doc
|
||||||
dnl AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
|
dnl AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
|
||||||
|
|
Loading…
Reference in a new issue