summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/Makefile.in1
-rwxr-xr-xBuild/source/texk/configure24
2 files changed, 24 insertions, 1 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in
index 1fab57b21aa..98fcd18c103 100644
--- a/Build/source/texk/Makefile.in
+++ b/Build/source/texk/Makefile.in
@@ -120,6 +120,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
$(top_srcdir)/../version.ac \
$(top_srcdir)/../utils/autosp/ac/withenable.ac \
+ $(top_srcdir)/../utils/axodraw2/ac/withenable.ac \
$(top_srcdir)/../utils/devnag/ac/withenable.ac \
$(top_srcdir)/../utils/lacheck/ac/withenable.ac \
$(top_srcdir)/../utils/m-tx/ac/withenable.ac \
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 66170b32841..c65ef0f8aa1 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -695,6 +695,7 @@ enable_multiplatform
enable_cxx_runtime_hack
enable_libtool_hack
enable_autosp
+enable_axodraw2
enable_devnag
enable_lacheck
enable_m_tx
@@ -1483,6 +1484,7 @@ Optional Features:
--enable-cxx-runtime-hack link C++ runtime statically
--enable-libtool-hack ignore libtool dependency_libs
--disable-autosp do not build the autosp package
+ --disable-axodraw2 do not build the axodraw2 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
@@ -3362,7 +3364,8 @@ esac ;;
esac
## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## configure options and TL libraries required for vlna
+## $Id$
+## configure options and TL libraries required for autosp.
# Check whether --enable-autosp was given.
if test "${enable_autosp+set}" = set; then :
enableval=$enable_autosp;
@@ -3379,6 +3382,25 @@ $as_echo "$as_me: Assuming \`--enable-autosp=$enable_autosp'" >&6;}
;;
esac
+## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
+## $Id$
+## configure options and TL libraries for axodraw2.
+# Check whether --enable-axodraw2 was given.
+if test "${enable_axodraw2+set}" = set; then :
+ enableval=$enable_axodraw2;
+fi
+case $enable_axodraw2 in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_axodraw2=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-axodraw2=$enable_axodraw2'" >&5
+$as_echo "$as_me: Assuming \`--enable-axodraw2=$enable_axodraw2'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-axodraw2=$enable_axodraw2'"
+ ;;
+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.