diff options
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-x | Build/source/utils/configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index cc96c98f8fc..1b23e6ae991 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -700,6 +700,7 @@ enable_biber enable_m_tx enable_pmx enable_ps2eps +enable_songs enable_t1utils enable_texdoctk enable_tpic2pdftex @@ -859,6 +860,7 @@ ac_subdirs_all='biber m-tx pmx ps2eps +songs t1utils texdoctk tpic2pdftex @@ -1495,6 +1497,7 @@ Optional Features: --disable-m-tx do not build the m-tx package --disable-pmx do not build the pmx package --disable-ps2eps do not build the ps2eps package + --disable-songs do not build the songs package --disable-t1utils do not build the t1utils package --disable-texdoctk do not build the texdoctk package --disable-tpic2pdftex do not build the tpic2pdftex package @@ -3418,6 +3421,24 @@ $as_echo "$as_me: Assuming \`--enable-ps2eps=$enable_ps2eps'" >&6;} ;; esac +## utils/songs/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/songs/ +## configure options and TL libraries required for songs +# Check whether --enable-songs was given. +if test "${enable_songs+set}" = set; then : + enableval=$enable_songs; +fi +case $enable_songs in #( + yes|no) : + ;; #( + *) : + + enable_songs=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-songs=$enable_songs'" >&5 +$as_echo "$as_me: Assuming \`--enable-songs=$enable_songs'" >&6;} + ac_configure_args="$ac_configure_args '--enable-songs=$enable_songs'" + ;; +esac + ## utils/t1utils/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/t1utils/ ## configure options and TL libraries required for t1utils # Check whether --enable-t1utils was given. @@ -6287,6 +6308,14 @@ if test -x $srcdir/ps2eps/configure; then fi fi +if test -x $srcdir/songs/configure; then + test "x$enable_songs" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS songs" + CONF_SUBDIRS="$CONF_SUBDIRS songs" + if false; then + subdirs="$subdirs songs" + + fi +fi if test -x $srcdir/t1utils/configure; then test "x$enable_t1utils" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS t1utils" CONF_SUBDIRS="$CONF_SUBDIRS t1utils" |