summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 15:04:47 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 15:04:47 +0100
commit44a351788c83205f179b26af04f0eeaafb3b0d95 (patch)
treef56975b827a99fc41d1b9df4d83e94c6610140d7
parent760a215145f781ef5654e65c783dcde593020745 (diff)
autogen.sh.in: fix copy'n'paste mistake
-rwxr-xr-xautogen.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh.in b/autogen.sh.in
index 96d3bab..83644f9 100755
--- a/autogen.sh.in
+++ b/autogen.sh.in
@@ -78,7 +78,6 @@ fi
toplevel_check $srcfile
# autopoint
-if test -d po ; then
if test -d po && grep ^AM_GNU_GETTEXT_VERSION configure.ac >/dev/null ; then
tool_run "autopoint" "--force"
fi