From f91571975a42a3cc2eb1875ceeccdb4f25c8a32c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Feb 2018 23:30:32 +0000 Subject: new utility package axodraw2 (executable axohelp) git-svn-id: svn://tug.org/texlive/trunk@46590 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'Build/source/configure') diff --git a/Build/source/configure b/Build/source/configure index 72ddde89673..fd694276b76 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -786,6 +786,7 @@ enable_multiplatform enable_cxx_runtime_hack enable_libtool_hack enable_autosp +enable_axodraw2 enable_devnag enable_lacheck enable_m_tx @@ -1596,6 +1597,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 @@ -4182,7 +4184,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; @@ -4199,6 +4202,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. -- cgit v1.2.3