mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
configure.ac: GST_DOC has been renamed to GST_DOCBOOK_CHECK
Original commit message from CVS: * configure.ac: GST_DOC has been renamed to GST_DOCBOOK_CHECK
This commit is contained in:
parent
2cf904b9f9
commit
da23b1f541
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
GST_DOC has been renamed to GST_DOCBOOK_CHECK
|
||||
|
||||
2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -135,7 +135,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