Automatic update of common submodule

From 12af105 to 74a6857
This commit is contained in:
Tim-Philipp Müller 2013-09-19 17:34:27 +01:00
parent 0e66790134
commit 000b1a6e04
2 changed files with 8 additions and 6 deletions

View file

@ -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

2
common

@ -1 +1 @@
Subproject commit 12af105243823fc73581db4fd79a46f6d0268dc5
Subproject commit 74a6857d26a22d1419c89b00ba5acbc8e2a2c68a