mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Automatic update of common submodule
From 098c0d7 to 74a6857
This commit is contained in:
parent
926e2fa93b
commit
e2f33e41d5
2 changed files with 8 additions and 6 deletions
|
@ -88,12 +88,14 @@ toplevel_check $srcfile
|
||||||
|
|
||||||
# autopoint
|
# autopoint
|
||||||
# first remove patch if necessary, then run autopoint, then reapply
|
# first remove patch if necessary, then run autopoint, then reapply
|
||||||
|
if test -d po ; then
|
||||||
if test -f po/Makefile.in.in;
|
if test -f po/Makefile.in.in;
|
||||||
then
|
then
|
||||||
patch -p0 -R --forward < common/gettext.patch
|
patch -p0 -R --forward < common/gettext.patch
|
||||||
fi
|
fi
|
||||||
tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
|
tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
|
||||||
patch -p0 < common/gettext.patch
|
patch -p0 < common/gettext.patch
|
||||||
|
fi
|
||||||
|
|
||||||
# aclocal
|
# aclocal
|
||||||
if test -f acinclude.m4; then rm acinclude.m4; fi
|
if test -f acinclude.m4; then rm acinclude.m4; fi
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 098c0d7432be323d631b95b5d35f6f0840bf21bd
|
Subproject commit 74a6857d26a22d1419c89b00ba5acbc8e2a2c68a
|
Loading…
Reference in a new issue