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/configure | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'Build/source/configure') 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. -- cgit v1.2.3