You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* po/Makefile.in.in: Upgrade to gettext-0.21, keeping the change
2019-01-27 Bruno Haible <bruno@clisp.org>
Accommodate a shell that is not in /bin/sh.
* po/Makefile.in.in (SHELL): Use the value found by configure.
# This is a separate target because 'update-po' must be executed before.
415
417
dist2: $(srcdir)/stamp-po $(DISTFILES)
416
-
dists="$(DISTFILES)"; \
418
+
@dists="$(DISTFILES)"; \
417
419
if test "$(PACKAGE)" = "gettext-tools"; then \
418
420
dists="$$dists Makevars.template"; \
419
421
fi; \
420
422
if test -f $(srcdir)/$(DOMAIN).pot; then \
421
423
dists="$$dists $(DOMAIN).pot stamp-po"; \
424
+
else \
425
+
case $(XGETTEXT) in \
426
+
:) echo "Warning: Creating a tarball without '$(DOMAIN).pot', because a suitable 'xgettext' program was not found in PATH." 1>&2;; \
427
+
*) echo "Warning: Creating a tarball without '$(DOMAIN).pot', because 'xgettext' found no strings to extract. Check the contents of the POTFILES.in file and the XGETTEXT_OPTIONS in the Makevars file." 1>&2;; \
0 commit comments