diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-09-19 17:36:03 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-09-19 17:36:03 +0100 |
commit | 92ccb58426f58af6602aac066eda321d00ce5b36 (patch) | |
tree | d1f216cf8d5500b92492f0a0fb211bf38432f91f | |
parent | 6cfbda3b7e05fd399bcecd93fbf363b19d1f85e6 (diff) | |
download | gstreamer-plugins-bad-92ccb58426f58af6602aac066eda321d00ce5b36.tar.gz |
Automatic update of common submodule
From 098c0d7 to 74a6857
-rwxr-xr-x | autogen.sh | 12 | ||||
m--------- | common | 0 |
2 files changed, 7 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh index 36cb57150..43f499bb5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -88,12 +88,14 @@ toplevel_check $srcfile # autopoint # first remove patch if necessary, then run autopoint, then reapply -if test -f po/Makefile.in.in; -then - patch -p0 -R --forward < common/gettext.patch +if test -d po ; then + if test -f po/Makefile.in.in; + then + patch -p0 -R --forward < common/gettext.patch + fi + tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch" + patch -p0 < common/gettext.patch fi -tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch" -patch -p0 < common/gettext.patch # aclocal if test -f acinclude.m4; then rm acinclude.m4; fi diff --git a/common b/common -Subproject 098c0d7432be323d631b95b5d35f6f0840bf21b +Subproject 74a6857d26a22d1419c89b00ba5acbc8e2a2c68 |