distdir.am (automake-1.16.2.tar.xz) | : | distdir.am (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 422 | skipping to change at line 422 | |||
## ------------------------- ## | ## ------------------------- ## | |||
## Checking a distribution. ## | ## Checking a distribution. ## | |||
## ------------------------- ## | ## ------------------------- ## | |||
if %?TOPDIR_P% | if %?TOPDIR_P% | |||
if %?SUBDIRS% | if %?SUBDIRS% | |||
AM_RECURSIVE_TARGETS += distcheck | AM_RECURSIVE_TARGETS += distcheck | |||
endif %?SUBDIRS% | endif %?SUBDIRS% | |||
# Exists only to be overridden by the user if desired. | ||||
AM_DISTCHECK_DVI_TARGET = dvi | ||||
# This target untars the dist file and tries a VPATH configuration. Then | # This target untars the dist file and tries a VPATH configuration. Then | |||
# it guarantees that the distribution is self-contained by making another | # it guarantees that the distribution is self-contained by making another | |||
# tarfile. | # tarfile. | |||
.PHONY: distcheck | .PHONY: distcheck | |||
distcheck: dist | distcheck: dist | |||
case '$(DIST_ARCHIVES)' in \ | case '$(DIST_ARCHIVES)' in \ | |||
*.tar.gz*) \ | *.tar.gz*) \ | |||
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ | |||
*.tar.bz2*) \ | *.tar.bz2*) \ | |||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |||
skipping to change at line 487 | skipping to change at line 490 | |||
?GETTEXT? --with-included-gettext \ | ?GETTEXT? --with-included-gettext \ | |||
## Additional flags for configure. | ## Additional flags for configure. | |||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |||
$(DISTCHECK_CONFIGURE_FLAGS) \ | $(DISTCHECK_CONFIGURE_FLAGS) \ | |||
## At the moment, the code doesn't actually support changes in these --srcdir | ## At the moment, the code doesn't actually support changes in these --srcdir | |||
## and --prefix values, so don't allow them to be overridden by the user or | ## and --prefix values, so don't allow them to be overridden by the user or | |||
## the developer. That used to be allowed, and caused issues in practice | ## the developer. That used to be allowed, and caused issues in practice | |||
## (in corner-case usages); see automake bug#14991. | ## (in corner-case usages); see automake bug#14991. | |||
--srcdir=../.. --prefix="$$dc_install_base" \ | --srcdir=../.. --prefix="$$dc_install_base" \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) \ | && $(MAKE) $(AM_MAKEFLAGS) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) check \ | && $(MAKE) $(AM_MAKEFLAGS) check \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) install \ | && $(MAKE) $(AM_MAKEFLAGS) install \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |||
distuninstallcheck \ | distuninstallcheck \ | |||
## Make sure the package has proper DESTDIR support (we could not test this | ## Make sure the package has proper DESTDIR support (we could not test this | |||
## in the previous install/installcheck/uninstall test, because it's reasonable | ## in the previous install/installcheck/uninstall test, because it's reasonable | |||
## for installcheck to fail in a DESTDIR install). | ## for installcheck to fail in a DESTDIR install). | |||
## We make the '$dc_install_base' read-only because this is where files | ## We make the '$dc_install_base' read-only because this is where files | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added |