summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-12-22 23:04:48 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-12-22 23:10:56 +0000
commitde30acfd3d9655d3819348d53d3977c8e69ac5d3 (patch)
tree45b4a912ea25741f0482b3426032d0f086b0d540 /autogen.sh
parentd2e199ed121903ae741e2fbb67e1ee04dce77bf2 (diff)
Fix broken gettext setup which is not used anyway
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 3 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
index 7bde014..239fa5b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -72,15 +72,9 @@ fi
toplevel_check $srcfile
# autopoint
-# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs
-if test -x mkinstalldirs; then rm mkinstalldirs; fi
-# 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
-fi
-tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
-patch -p0 < common/gettext.patch
+#if test -d po ; then
+# tool_run "$autopoint" "--force"
+#fi
# aclocal
# if test -f acinclude.m4; then rm acinclude.m4; fi