diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-20 10:41:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-20 10:41:53 +0000 |
commit | 5ea8fa0cef406b98d720cda6f6b87a033439987b (patch) | |
tree | 0bf7f79b9b9e02b0c56d68faeeb9c2c3b9e62329 /Build/source/libs | |
parent | acdc410c1a4278aa00a147cf413e432df66418f7 (diff) |
songs 2.17
git-svn-id: svn://tug.org/texlive/trunk@32454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/libs/configure | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 0f63682eb72..8a994d42e36 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -123,6 +123,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../utils/m-tx/ac/withenable.ac \ $(top_srcdir)/../utils/pmx/ac/withenable.ac \ $(top_srcdir)/../utils/ps2eps/ac/withenable.ac \ + $(top_srcdir)/../utils/songs/ac/withenable.ac \ $(top_srcdir)/../utils/t1utils/ac/withenable.ac \ $(top_srcdir)/../utils/texdoctk/ac/withenable.ac \ $(top_srcdir)/../utils/tpic2pdftex/ac/withenable.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index d8dd8cdc98c..2bf899a5ca0 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -700,6 +700,7 @@ enable_biber enable_m_tx enable_pmx enable_ps2eps +enable_songs enable_t1utils enable_texdoctk enable_tpic2pdftex @@ -1501,6 +1502,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 @@ -3424,6 +3426,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. |