summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-07 19:26:54 +0000
committerKarl Berry <karl@freefriends.org>2016-03-07 19:26:54 +0000
commit40d910b7a2d64c93a11bdc1a1de5a9f905e88826 (patch)
tree8784385541cf0351758ff9c375f489af0408c5bc /Build/source/texk/configure
parent28d6c77b1844979930e27317b27d49d1b08a59a2 (diff)
import new music utility autosp from ctan
git-svn-id: svn://tug.org/texlive/trunk@39962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 0db467c05a9..e42ac435964 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -696,6 +696,7 @@ enable_native_texlive_build
enable_multiplatform
enable_cxx_runtime_hack
enable_libtool_hack
+enable_autosp
enable_devnag
enable_lacheck
enable_m_tx
@@ -1516,6 +1517,7 @@ Optional Features:
lib/PLATFORM
--enable-cxx-runtime-hack link C++ runtime statically
--enable-libtool-hack ignore libtool dependency_libs
+ --disable-autosp do not build the autosp package
--disable-devnag do not build the devnag package
--disable-lacheck do not build the lacheck package
--disable-m-tx do not build the m-tx package
@@ -3399,6 +3401,24 @@ $as_echo "$as_me: $host -> \`--disable-mfluajit'" >&6;}
esac ;;
esac
+## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
+## configure options and TL libraries required for vlna
+# Check whether --enable-autosp was given.
+if test "${enable_autosp+set}" = set; then :
+ enableval=$enable_autosp;
+fi
+case $enable_autosp in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_autosp=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-autosp=$enable_autosp'" >&5
+$as_echo "$as_me: Assuming \`--enable-autosp=$enable_autosp'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-autosp=$enable_autosp'"
+ ;;
+esac
+
## utils/devnag/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/devnag/
## configure options and TL libraries required for devnag
# Check whether --enable-devnag was given.