configure.ac: Find and subst SED when building the docs.

Original commit message from CVS:
* configure.ac:
Find and subst SED when building the docs.
This commit is contained in:
Jan Schmidt 2008-02-08 14:54:30 +00:00
parent 4f26ec3cfd
commit 97c49ef51b
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
* configure.ac:
Find and subst SED when building the docs.
2008-02-08 Julien Moutte <julien@fluendo.com>
* tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),

View file

@ -158,6 +158,12 @@ GTK_DOC_CHECK([1.3])
AS_PATH_PYTHON([2.1])
AG_GST_PLUGIN_DOCS([1.3],[2.1])
dnl We need SED if building the docs
if test "x$ENABLE_PLUGIN_DOCS" = "xyes"; then
AC_PROG_SED
AC_SUBST(SED)
fi
dnl *** checks for libraries ***
dnl For interactive UNIX (a Sun thing)