texlive[42177] Build/source/texk/gregorio: (gregorio.log) also no

commits+karl at tug.org commits+karl at tug.org
Thu Sep 29 01:43:19 CEST 2016


Revision: 42177
          http://tug.org/svn/texlive?view=revision&revision=42177
Author:   karl
Date:     2016-09-29 01:43:18 +0200 (Thu, 29 Sep 2016)
Log Message:
-----------
(gregorio.log) also no FILENAME_VERSION

Modified Paths:
--------------
    trunk/Build/source/texk/gregorio/ChangeLog
    trunk/Build/source/texk/gregorio/Makefile.am
    trunk/Build/source/texk/gregorio/Makefile.in
    trunk/Build/source/texk/gregorio/config_.h.in
    trunk/Build/source/texk/gregorio/configure

Modified: trunk/Build/source/texk/gregorio/ChangeLog
===================================================================
--- trunk/Build/source/texk/gregorio/ChangeLog	2016-09-28 23:39:56 UTC (rev 42176)
+++ trunk/Build/source/texk/gregorio/ChangeLog	2016-09-28 23:43:18 UTC (rev 42177)
@@ -1,8 +1,9 @@
 2016-09-29  Karl Berry  <karl at tug.org>
 
-	* Makefile.am (bin_PROGRAMS): just "gregorio" (same as TL'16).
 	* configure.ac (FILENAME_VERSION): no need to define for TL.
 	* gregorio.test (gregorio): do not use $FILENAME_VERSION.
+	* Makefile.am (bin_PROGRAMS): just "gregorio" (same as TL'16).
+	(gregorio.log): likewise.
 
 2016-09-25  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 

Modified: trunk/Build/source/texk/gregorio/Makefile.am
===================================================================
--- trunk/Build/source/texk/gregorio/Makefile.am	2016-09-28 23:39:56 UTC (rev 42176)
+++ trunk/Build/source/texk/gregorio/Makefile.am	2016-09-28 23:43:18 UTC (rev 42177)
@@ -57,6 +57,6 @@
 ##
 TESTS_ENVIRONMENT = GREGORIO_TREE='$(GREGORIO_TREE)'
 TESTS = gregorio.test
-gregorio.log: gregorio-$(FILENAME_VERSION)$(EXEEXT)
+gregorio.log: gregorio$(EXEEXT)
 EXTRA_DIST += $(TESTS)
 DISTCLEANFILES = factus.gtex veni.gtex

Modified: trunk/Build/source/texk/gregorio/Makefile.in
===================================================================
--- trunk/Build/source/texk/gregorio/Makefile.in	2016-09-28 23:39:56 UTC (rev 42176)
+++ trunk/Build/source/texk/gregorio/Makefile.in	2016-09-28 23:43:18 UTC (rev 42177)
@@ -88,7 +88,7 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-bin_PROGRAMS = gregorio-$(FILENAME_VERSION)$(EXEEXT)
+bin_PROGRAMS = gregorio$(EXEEXT)
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
@@ -463,7 +463,6 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
-FILENAME_VERSION = @FILENAME_VERSION@
 GREGORIO_TREE = @GREGORIO_TREE@
 GREP = @GREP@
 INSTALL = @INSTALL@
@@ -797,8 +796,8 @@
 	@GREGORIO_TREE@/src/vowel/$(am__dirstamp) \
 	@GREGORIO_TREE@/src/vowel/$(DEPDIR)/$(am__dirstamp)
 
-gregorio-$(FILENAME_VERSION)$(EXEEXT): $(gregorio_OBJECTS) $(gregorio_DEPENDENCIES) $(EXTRA_gregorio_DEPENDENCIES) 
-	@rm -f gregorio$(EXEEXT) gregorio-$(FILENAME_VERSION)$(EXEEXT)
+gregorio$(EXEEXT): $(gregorio_OBJECTS) $(gregorio_DEPENDENCIES) $(EXTRA_gregorio_DEPENDENCIES) 
+	@rm -f gregorio$(EXEEXT)
 	$(AM_V_CCLD)$(LINK) $(gregorio_OBJECTS) $(gregorio_LDADD) $(LIBS)
 
 mostlyclean-compile:
@@ -823,9 +822,9 @@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-elements-determination.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-glyphs-determination.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-notes-determination-l.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination-l.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination-y.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-score-determination.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gabc/$(DEPDIR)/gabc-write.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gregoriotex/$(DEPDIR)/gregoriotex-position.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@@GREGORIO_TREE@/src/gregoriotex/$(DEPDIR)/gregoriotex-write.Po at am__quote@
@@ -1401,7 +1400,7 @@
 $(gregorio_OBJECTS): $(KPATHSEA_DEPEND)
 
 @KPATHSEA_RULE@
-gregorio.log: gregorio-$(FILENAME_VERSION)$(EXEEXT)
+gregorio.log: gregorio$(EXEEXT)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

Modified: trunk/Build/source/texk/gregorio/config_.h.in
===================================================================
--- trunk/Build/source/texk/gregorio/config_.h.in	2016-09-28 23:39:56 UTC (rev 42176)
+++ trunk/Build/source/texk/gregorio/config_.h.in	2016-09-28 23:43:18 UTC (rev 42177)
@@ -9,9 +9,6 @@
 /* Define to 1 if the `closedir' function returns void instead of `int'. */
 #undef CLOSEDIR_VOID
 
-/* version suitable for file names */
-#undef FILENAME_VERSION
-
 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
    and handles trailing slash correctly. */
 #undef FUNC_REALPATH_WORKS

Modified: trunk/Build/source/texk/gregorio/configure
===================================================================
--- trunk/Build/source/texk/gregorio/configure	2016-09-28 23:39:56 UTC (rev 42176)
+++ trunk/Build/source/texk/gregorio/configure	2016-09-28 23:43:18 UTC (rev 42177)
@@ -724,7 +724,6 @@
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
-FILENAME_VERSION
 target_alias
 host_alias
 build_alias
@@ -2710,15 +2709,8 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-FILENAME_VERSION="4_2_0"
 
 
-cat >>confdefs.h <<_ACEOF
-#define FILENAME_VERSION "$FILENAME_VERSION"
-_ACEOF
-
-
-
 ac_aux_dir=
 for ac_dir in ../../build-aux "$srcdir"/../../build-aux; do
   if test -f "$ac_dir/install-sh"; then



More information about the tex-live-commits mailing list