fix doc build fix autogen

Original commit message from CVS:
fix doc build
fix autogen
This commit is contained in:
Thomas Vander Stichele 2004-01-23 13:16:33 +00:00
parent 38d4e551fa
commit 001dbed9a3
2 changed files with 11 additions and 2 deletions

View file

@ -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>
* gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):

View file

@ -63,14 +63,14 @@ if test -f po/Makefile.in.in;
then
patch -p0 -R < common/gettext.patch
fi
tool_run "$autopoint"
tool_run "$autopoint --force"
patch -p0 < common/gettext.patch
# aclocal
if test -f acinclude.m4; then rm acinclude.m4; fi
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
tool_run "$libtoolize" "--force"
tool_run "$autoheader"
# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo