mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
4f26ec3cfd
commit
97c49ef51b
2 changed files with 11 additions and 0 deletions
|
@ -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),
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue