mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
configure.ac: All the cool kids use GST_DOCBOOK_CHECK now.
Original commit message from CVS: * configure.ac: All the cool kids use GST_DOCBOOK_CHECK now.
This commit is contained in:
parent
c9bc123cbe
commit
8d8b51648a
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
All the cool kids use GST_DOCBOOK_CHECK now.
|
||||
|
||||
2005-10-18 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/speed/Makefile.am: Fix build of speed.
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c177a03619c91e42d301ee181828f3ee4753b0bf
|
||||
Subproject commit 1cb5d7b76a01c711674c752015089e70c394fa99
|
|
@ -179,7 +179,7 @@ AC_ARG_WITH(pkg-config-path,
|
|||
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
|
||||
[export PKG_CONFIG_PATH=${withval}])
|
||||
|
||||
GST_DOC()
|
||||
GST_DOCBOOK_CHECK()
|
||||
dnl check architecture
|
||||
GST_ARCH()
|
||||
|
||||
|
|
Loading…
Reference in a new issue