summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-08 15:49:16 +0000
committerKarl Berry <karl@freefriends.org>2021-02-08 15:49:16 +0000
commita09483d7957b7f3f0f1871c8a438c39655016b62 (patch)
treeb93dffdd108ff5a6c3811d811464414ddcdd654f /Build/source/libs
parent202188e47d982498babe44a418c4d07e06909211 (diff)
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@57680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r--Build/source/libs/Makefile.in1
-rwxr-xr-xBuild/source/libs/configure20
2 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index 6f070de6752..2756ddc6bc0 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/Makefile.in
@@ -131,6 +131,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../utils/xindy/ac/withenable.ac \
$(top_srcdir)/../utils/xindy/ac/xindy.ac \
$(top_srcdir)/../utils/xindy/ac/clisp.ac \
+ $(top_srcdir)/../utils/xml2pmx/ac/withenable.ac \
$(top_srcdir)/../utils/xpdfopen/ac/withenable.ac \
$(top_srcdir)/../texk/web2c/ac/withenable.ac \
$(top_srcdir)/../texk/web2c/ac/web2c.ac \
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 692a8565309..59ae8213d1f 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -709,6 +709,7 @@ enable_xindy
enable_xindy_rules
enable_xindy_docs
with_clisp_runtime
+enable_xml2pmx
enable_xpdfopen
enable_web2c
with_banner_add
@@ -1494,6 +1495,7 @@ Optional Features:
--enable-xindy build the xindy package
--enable-xindy-rules build and install make-rules package
--enable-xindy-docs build and install documentation
+ --disable-xml2pmx do not build the xml2pmx package
--disable-xpdfopen do not build the xpdfopen package
--disable-web2c do not build the web2c (TeX & Co.) package
--enable-auto-core cause TeX&MF to dump core, given a certain
@@ -3635,6 +3637,24 @@ $as_echo "$as_me: Assuming \`--with-clisp-runtime=$with_clisp_runtime'" >&6;}
fi ;;
esac
+## utils/xml2pmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xml2pmx/
+## configure options and TL libraries required for xml2pmx
+# Check whether --enable-xml2pmx was given.
+if test "${enable_xml2pmx+set}" = set; then :
+ enableval=$enable_xml2pmx;
+fi
+case $enable_xml2pmx in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_xml2pmx=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&5
+$as_echo "$as_me: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-xml2pmx=$enable_xml2pmx'"
+ ;;
+esac
+
## utils/xpdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xpdfopen/
## configure options and TL libraries required for xpdfopen
# Check whether --enable-xpdfopen was given.