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:
Edward Hervey 2008-05-08 13:40:12 +00:00
parent 673df6d238
commit 78da51435c
2 changed files with 8 additions and 1 deletions

View file

@ -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>
* gst-libs/ext/Makefile.am:

View file

@ -82,8 +82,10 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
dnl check for documentation tools
AG_GST_DOCBOOK_CHECK
GTK_DOC_CHECK([1.3])
AS_PATH_PYTHON([2.1])
AG_GST_PLUGIN_DOCS([1.3],[2.1])
dnl *** checks for libraries ***
@ -247,7 +249,7 @@ if test "x$with_system_ffmpeg" = "xyes"; then
sleep 15
else
source ./ffmpegrev
source ./ffmpegrev
AC_MSG_NOTICE([Using ffmpeg revision $FFMPEG_REVISION])