From 2ecc399664d156ac3172bbf9b8e5a2db824f63ab Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Feb 2015 09:09:41 +0000 Subject: Add musixtnt 2015-02-09 git-svn-id: svn://tug.org/texlive/trunk@36249 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.in | 1 + Build/source/configure | 24 ++++++++++++++++++++++++ Build/source/doc/Makefile.in | 1 + Build/source/libs/Makefile.in | 1 + Build/source/libs/configure | 24 ++++++++++++++++++++++++ Build/source/m4/ChangeLog | 4 ++++ Build/source/m4/kpse-pkgs.m4 | 3 ++- Build/source/utils/Makefile.in | 1 + Build/source/utils/configure | 24 ++++++++++++++++++++++++ 9 files changed, 82 insertions(+), 1 deletion(-) diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 382f5834b6a..f22395e5898 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -161,6 +161,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-cairo-flags.m4 \ $(top_srcdir)/texk/makeindexk/ac/withenable.ac \ $(top_srcdir)/texk/makejvf/ac/withenable.ac \ $(top_srcdir)/texk/mendexk/ac/withenable.ac \ + $(top_srcdir)/texk/musixtnt/ac/withenable.ac \ $(top_srcdir)/texk/ps2pk/ac/withenable.ac \ $(top_srcdir)/texk/psutils/ac/withenable.ac \ $(top_srcdir)/texk/seetexk/ac/withenable.ac \ diff --git a/Build/source/configure b/Build/source/configure index 2f037e2e5a2..582363f23f1 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -883,6 +883,7 @@ enable_updmap enable_makeindexk enable_makejvf enable_mendexk +enable_musixtnt enable_ps2pk enable_psutils enable_seetexk @@ -1697,6 +1698,7 @@ Optional Features: --disable-makeindexk do not build the makeindexk package --disable-makejvf do not build the makejvf package --disable-mendexk do not build the mendexk package + --disable-musixtnt do not build the musixtnt package --disable-ps2pk do not build the ps2pk package --disable-psutils do not build the psutils package --disable-seetexk do not build the seetexk package @@ -5350,6 +5352,28 @@ test "x$enable_mendexk" = xno || { need_ptexenc=yes } +## texk/musixtnt/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/musixtnt/ +## configure options and TL libraries required for musixtnt +# Check whether --enable-musixtnt was given. +if test "${enable_musixtnt+set}" = set; then : + enableval=$enable_musixtnt; +fi +case $enable_musixtnt in #( + yes|no) : + ;; #( + *) : + + enable_musixtnt=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-musixtnt=$enable_musixtnt'" >&5 +$as_echo "$as_me: Assuming \`--enable-musixtnt=$enable_musixtnt'" >&6;} + ac_configure_args="$ac_configure_args '--enable-musixtnt=$enable_musixtnt'" + ;; +esac + +test "x$enable_musixtnt" = xno || { + need_kpathsea=yes +} + ## texk/ps2pk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pk/ ## configure options and TL libraries required for ps2pk # Check whether --enable-ps2pk was given. diff --git a/Build/source/doc/Makefile.in b/Build/source/doc/Makefile.in index 08b61ac04fc..349289b01c0 100644 --- a/Build/source/doc/Makefile.in +++ b/Build/source/doc/Makefile.in @@ -161,6 +161,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-cairo-flags.m4 \ $(top_srcdir)/texk/makeindexk/ac/withenable.ac \ $(top_srcdir)/texk/makejvf/ac/withenable.ac \ $(top_srcdir)/texk/mendexk/ac/withenable.ac \ + $(top_srcdir)/texk/musixtnt/ac/withenable.ac \ $(top_srcdir)/texk/ps2pk/ac/withenable.ac \ $(top_srcdir)/texk/psutils/ac/withenable.ac \ $(top_srcdir)/texk/seetexk/ac/withenable.ac \ diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index f83f3adfaa0..f8f3f4bcdab 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -159,6 +159,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../texk/makeindexk/ac/withenable.ac \ $(top_srcdir)/../texk/makejvf/ac/withenable.ac \ $(top_srcdir)/../texk/mendexk/ac/withenable.ac \ + $(top_srcdir)/../texk/musixtnt/ac/withenable.ac \ $(top_srcdir)/../texk/ps2pk/ac/withenable.ac \ $(top_srcdir)/../texk/psutils/ac/withenable.ac \ $(top_srcdir)/../texk/seetexk/ac/withenable.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 1833a80b74b..97988cc9256 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -794,6 +794,7 @@ enable_updmap enable_makeindexk enable_makejvf enable_mendexk +enable_musixtnt enable_ps2pk enable_psutils enable_seetexk @@ -1602,6 +1603,7 @@ Optional Features: --disable-makeindexk do not build the makeindexk package --disable-makejvf do not build the makejvf package --disable-mendexk do not build the mendexk package + --disable-musixtnt do not build the musixtnt package --disable-ps2pk do not build the ps2pk package --disable-psutils do not build the psutils package --disable-seetexk do not build the seetexk package @@ -4594,6 +4596,28 @@ test "x$enable_mendexk" = xno || { need_ptexenc=yes } +## texk/musixtnt/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/musixtnt/ +## configure options and TL libraries required for musixtnt +# Check whether --enable-musixtnt was given. +if test "${enable_musixtnt+set}" = set; then : + enableval=$enable_musixtnt; +fi +case $enable_musixtnt in #( + yes|no) : + ;; #( + *) : + + enable_musixtnt=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-musixtnt=$enable_musixtnt'" >&5 +$as_echo "$as_me: Assuming \`--enable-musixtnt=$enable_musixtnt'" >&6;} + ac_configure_args="$ac_configure_args '--enable-musixtnt=$enable_musixtnt'" + ;; +esac + +test "x$enable_musixtnt" = xno || { + need_kpathsea=yes +} + ## texk/ps2pk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pk/ ## configure options and TL libraries required for ps2pk # Check whether --enable-ps2pk was given. diff --git a/Build/source/m4/ChangeLog b/Build/source/m4/ChangeLog index f6292b4d1c7..c8395fb6923 100644 --- a/Build/source/m4/ChangeLog +++ b/Build/source/m4/ChangeLog @@ -1,3 +1,7 @@ +2015-02-10 Peter Breitenlohner + + * kpse-pkgs.m4 (kpse_texk_pkgs): Add musixtnt. + 2015-01-14 Peter Breitenlohner * kpse-setup.m4: Disable LuaJITTeX for powerpc-*-darwin*. diff --git a/Build/source/m4/kpse-pkgs.m4 b/Build/source/m4/kpse-pkgs.m4 index 83a7c873703..744e0c873c3 100644 --- a/Build/source/m4/kpse-pkgs.m4 +++ b/Build/source/m4/kpse-pkgs.m4 @@ -1,5 +1,5 @@ # Private macros for the TeX Live (TL) tree. -# Copyright (C) 2009-2014 Peter Breitenlohner +# Copyright (C) 2009-2015 Peter Breitenlohner # # This file is free software; the copyright holder # gives unlimited permission to copy and/or distribute it, @@ -119,6 +119,7 @@ lcdf-typetools makeindexk makejvf mendexk +musixtnt ps2pk psutils seetexk diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in index 3bb3ed5006e..03d8795fcf3 100644 --- a/Build/source/utils/Makefile.in +++ b/Build/source/utils/Makefile.in @@ -159,6 +159,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../texk/makeindexk/ac/withenable.ac \ $(top_srcdir)/../texk/makejvf/ac/withenable.ac \ $(top_srcdir)/../texk/mendexk/ac/withenable.ac \ + $(top_srcdir)/../texk/musixtnt/ac/withenable.ac \ $(top_srcdir)/../texk/ps2pk/ac/withenable.ac \ $(top_srcdir)/../texk/psutils/ac/withenable.ac \ $(top_srcdir)/../texk/seetexk/ac/withenable.ac \ diff --git a/Build/source/utils/configure b/Build/source/utils/configure index ef100509205..83aa56bd754 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -794,6 +794,7 @@ enable_updmap enable_makeindexk enable_makejvf enable_mendexk +enable_musixtnt enable_ps2pk enable_psutils enable_seetexk @@ -1594,6 +1595,7 @@ Optional Features: --disable-makeindexk do not build the makeindexk package --disable-makejvf do not build the makejvf package --disable-mendexk do not build the mendexk package + --disable-musixtnt do not build the musixtnt package --disable-ps2pk do not build the ps2pk package --disable-psutils do not build the psutils package --disable-seetexk do not build the seetexk package @@ -4586,6 +4588,28 @@ test "x$enable_mendexk" = xno || { need_ptexenc=yes } +## texk/musixtnt/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/musixtnt/ +## configure options and TL libraries required for musixtnt +# Check whether --enable-musixtnt was given. +if test "${enable_musixtnt+set}" = set; then : + enableval=$enable_musixtnt; +fi +case $enable_musixtnt in #( + yes|no) : + ;; #( + *) : + + enable_musixtnt=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-musixtnt=$enable_musixtnt'" >&5 +$as_echo "$as_me: Assuming \`--enable-musixtnt=$enable_musixtnt'" >&6;} + ac_configure_args="$ac_configure_args '--enable-musixtnt=$enable_musixtnt'" + ;; +esac + +test "x$enable_musixtnt" = xno || { + need_kpathsea=yes +} + ## texk/ps2pk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pk/ ## configure options and TL libraries required for ps2pk # Check whether --enable-ps2pk was given. -- cgit v1.2.3