diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-27 18:00:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-27 18:00:45 +0000 |
commit | f6e2e4efbdd44ba2ce51fc1555361c23ec6c8beb (patch) | |
tree | 9997ce03ee8a6032c671c664ff04abc7e89e5729 /Build/source/texk/gregorio | |
parent | d87f8cf45a06f7b5db4d26d44843a947ab47f55f (diff) |
Makefile.am (AM_TESTS_ENVIRONMENT): use instead of TESTS_ENVIRONMENT, per
https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html
Means explicitly exporting all variables, unfortunately.
(EXTRA_DIST): correct Tlpatches typo to TLpatches.
git-svn-id: svn://tug.org/texlive/trunk@43617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio')
-rw-r--r-- | Build/source/texk/gregorio/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/gregorio/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/gregorio/Makefile.in | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/gregorio/ChangeLog b/Build/source/texk/gregorio/ChangeLog index 7220feaea9d..481ef272b57 100644 --- a/Build/source/texk/gregorio/ChangeLog +++ b/Build/source/texk/gregorio/ChangeLog @@ -1,3 +1,7 @@ +2017-03-27 Karl Berry <karl@freefriends.org> + + * Makefile.am (AM_TESTS_ENVIRONMENT): use instead of TESTS_ENVIRONMENT. + 2016-09-29 Karl Berry <karl@tug.org> * configure.ac (FILENAME_VERSION): no need to define for TL. diff --git a/Build/source/texk/gregorio/Makefile.am b/Build/source/texk/gregorio/Makefile.am index e45e82a2f24..1de6788f0e4 100644 --- a/Build/source/texk/gregorio/Makefile.am +++ b/Build/source/texk/gregorio/Makefile.am @@ -55,9 +55,9 @@ $(gregorio_OBJECTS): $(KPATHSEA_DEPEND) @KPATHSEA_RULE@ ## TESTS -## -TESTS_ENVIRONMENT = GREGORIO_TREE='$(GREGORIO_TREE)' +AM_TESTS_ENVIRONMENT = GREGORIO_TREE='$(GREGORIO_TREE)'; export GREGORIO_TREE; TESTS = gregorio.test gregorio.log: gregorio$(EXEEXT) + EXTRA_DIST += $(TESTS) DISTCLEANFILES = factus.gtex veni.gtex diff --git a/Build/source/texk/gregorio/Makefile.in b/Build/source/texk/gregorio/Makefile.in index 8ca00d24aa3..7d11a596936 100644 --- a/Build/source/texk/gregorio/Makefile.in +++ b/Build/source/texk/gregorio/Makefile.in @@ -599,7 +599,7 @@ gregorio_SOURCES = \ @GREGORIO_TREE@/src/vowel/vowel-rules-y.c LDADD = $(KPATHSEA_LIBS) -TESTS_ENVIRONMENT = GREGORIO_TREE='$(GREGORIO_TREE)' +AM_TESTS_ENVIRONMENT = GREGORIO_TREE='$(GREGORIO_TREE)'; export GREGORIO_TREE; TESTS = gregorio.test DISTCLEANFILES = factus.gtex veni.gtex all: config_.h |