mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
configure.ac: Fix doc-building and make dist.
Original commit message from CVS: * configure.ac: Fix doc-building and make dist.
This commit is contained in:
parent
673df6d238
commit
78da51435c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Fix doc-building and make dist.
|
||||||
|
|
||||||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
* gst-libs/ext/Makefile.am:
|
* gst-libs/ext/Makefile.am:
|
||||||
|
|
|
@ -82,8 +82,10 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
||||||
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
||||||
|
|
||||||
dnl check for documentation tools
|
dnl check for documentation tools
|
||||||
|
AG_GST_DOCBOOK_CHECK
|
||||||
GTK_DOC_CHECK([1.3])
|
GTK_DOC_CHECK([1.3])
|
||||||
AS_PATH_PYTHON([2.1])
|
AS_PATH_PYTHON([2.1])
|
||||||
|
AG_GST_PLUGIN_DOCS([1.3],[2.1])
|
||||||
|
|
||||||
dnl *** checks for libraries ***
|
dnl *** checks for libraries ***
|
||||||
|
|
||||||
|
@ -247,7 +249,7 @@ if test "x$with_system_ffmpeg" = "xyes"; then
|
||||||
sleep 15
|
sleep 15
|
||||||
else
|
else
|
||||||
|
|
||||||
source ./ffmpegrev
|
source ./ffmpegrev
|
||||||
|
|
||||||
AC_MSG_NOTICE([Using ffmpeg revision $FFMPEG_REVISION])
|
AC_MSG_NOTICE([Using ffmpeg revision $FFMPEG_REVISION])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue