summaryrefslogtreecommitdiff
path: root/Build/source/utils/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-20 10:41:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-20 10:41:53 +0000
commit5ea8fa0cef406b98d720cda6f6b87a033439987b (patch)
tree0bf7f79b9b9e02b0c56d68faeeb9c2c3b9e62329 /Build/source/utils/configure
parentacdc410c1a4278aa00a147cf413e432df66418f7 (diff)
songs 2.17
git-svn-id: svn://tug.org/texlive/trunk@32454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-xBuild/source/utils/configure29
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"