summaryrefslogtreecommitdiff
path: root/Build/source/utils/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-xBuild/source/utils/configure31
1 files changed, 30 insertions, 1 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index a21367af697..43d8ec8a195 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/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
@@ -859,7 +860,8 @@ CFLAGS
LDFLAGS
LIBS
CPPFLAGS'
-ac_subdirs_all='devnag
+ac_subdirs_all='autosp
+devnag
lacheck
m-tx
pmx
@@ -1496,6 +1498,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
@@ -3379,6 +3382,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.
@@ -6435,6 +6456,14 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags
$as_echo_n "checking for Utils programs to build... " >&6; }
MAKE_SUBDIRS=
CONF_SUBDIRS=
+if test -x $srcdir/autosp/configure; then
+ test "x$enable_autosp" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS autosp"
+ CONF_SUBDIRS="$CONF_SUBDIRS autosp"
+ if false; then
+ subdirs="$subdirs autosp"
+
+ fi
+fi
if test -x $srcdir/devnag/configure; then
test "x$enable_devnag" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS devnag"
CONF_SUBDIRS="$CONF_SUBDIRS devnag"