aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-11-17 16:27:52 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-11-17 17:23:32 +0800
commit33f9e071a460f443223ed8c28c0a23d0c0208cb4 (patch)
tree4e1bf2e6b11f062c68236cd9ebc7cf3726d9add0 /Makefile.in
parent9aaf93f3643d974b6ad21ad324605a10589a59d0 (diff)
Makefile: remove warning about old version of gettext
gettext introduced the Shell interpreter in 2003; I think we can assume everyone has it.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f5ad32f..6b9cc337 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -486,11 +486,7 @@ doc.h: $(HDR_FILES)
messages.pot: *.cpp *.h share/completions/*.fish share/functions/*.fish
if test "$(HAVE_GETTEXT)" = 1; then \
xgettext -k_ -kN_ *.cpp *.h -o messages.pot; \
- if xgettext -j -k_ -kN_ -k--description -LShell --from-code=UTF-8 share/completions/*.fish share/functions/*.fish -o messages.pot; then true; else \
- echo "Your xgettext version is too old to build the messages.pot file"; \
- rm messages.pot; \
- false; \
- fi; \
+ xgettext -j -k_ -kN_ -k--description -LShell --from-code=UTF-8 share/completions/*.fish share/functions/*.fish -o messages.pot; \
fi
builtin.o: $(BUILTIN_FILES)