mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
fix doc build fix autogen
Original commit message from CVS: fix doc build fix autogen
This commit is contained in:
parent
38d4e551fa
commit
001dbed9a3
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* autogen.sh:
|
||||||
|
make autopoint force, and libtoolize not copy
|
||||||
|
* common/m4/as-docbook.m4:
|
||||||
|
added docbook xml catalog setup check
|
||||||
|
* common/m4/gst-doc.m4:
|
||||||
|
use docbook check
|
||||||
|
|
||||||
2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
|
* gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
|
||||||
|
|
|
@ -63,14 +63,14 @@ if test -f po/Makefile.in.in;
|
||||||
then
|
then
|
||||||
patch -p0 -R < common/gettext.patch
|
patch -p0 -R < common/gettext.patch
|
||||||
fi
|
fi
|
||||||
tool_run "$autopoint"
|
tool_run "$autopoint --force"
|
||||||
patch -p0 < common/gettext.patch
|
patch -p0 < common/gettext.patch
|
||||||
|
|
||||||
# aclocal
|
# aclocal
|
||||||
if test -f acinclude.m4; then rm acinclude.m4; fi
|
if test -f acinclude.m4; then rm acinclude.m4; fi
|
||||||
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
|
||||||
|
|
||||||
tool_run "$libtoolize" "--copy --force"
|
tool_run "$libtoolize" "--force"
|
||||||
tool_run "$autoheader"
|
tool_run "$autoheader"
|
||||||
|
|
||||||
# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo
|
# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo
|
||||||
|
|
Loading…
Reference in a new issue