summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-12-22 22:33:39 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-12-22 22:33:39 +0000
commitaa9ee4bd93b9c38b5b2511c2d2b8fac2adf0d4ee (patch)
treeb415df2d09a7d4829d96daead567ca9d7fedf72b /autogen.sh
parentecaede0ce602a386d74d3ad543b6896f04647c13 (diff)
Automatic update of common submodule
From dbedaa0 to d48bed3
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 93f88d49b..632b0253b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -87,14 +87,8 @@ fi
toplevel_check $srcfile
# autopoint
-# first remove patch if necessary, then run autopoint, then reapply
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
+ tool_run "$autopoint" "--force"
fi
# aclocal