summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-09-19 17:34:46 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-09-19 17:34:46 +0100
commit14a4d3116d45306df65e9e59dfb2d13a8e4be90a (patch)
treec8a57c3ceccc0915d5c3a7e2b586cba7d580b33e
parent9f91b2769de163963b2316d588d730de7b1787fb (diff)
Automatic update of common submodule
From 098c0d7 to 74a6857
-rwxr-xr-xautogen.sh12
m---------common0
2 files changed, 7 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 2f346109b..0841a4993 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