From 97c49ef51b82c196059a7ae0223b31242964cb10 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 8 Feb 2008 14:54:30 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ configure.ac | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 158022a2f..9b3590fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-08 Jan Schmidt + + * configure.ac: + Find and subst SED when building the docs. + 2008-02-08 Julien Moutte * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals), diff --git a/configure.ac b/configure.ac index c12068d05..1944017c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.34.1