aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-03 19:37:17 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-03 19:37:17 +0200
commit89ba6a7ae13b77b41653267a521633a1a4f309b4 (patch)
tree0b52191da4beaf630ae0cb27ba13969ae45902f8 /autogen.sh
parent0ee9933f9516fd5dd64cdc7982c706eb79d12f64 (diff)
Imported Upstream version 1.3.1upstream/1.3.1
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 f9fd3f0..98d1c4c 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