summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 28df798c378..6b54ba05224 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -788,6 +788,7 @@ enable_biber
enable_m_tx
enable_pmx
enable_ps2eps
+enable_songs
enable_t1utils
enable_texdoctk
enable_tpic2pdftex
@@ -1596,6 +1597,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
@@ -4175,6 +4177,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.