diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-23 09:31:54 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-23 09:31:54 +0000 |
commit | 8d3ce9fe901a849229c872bf394f06c5a10fd610 (patch) | |
tree | 84bc147e76474cb8f75520f128466a7e48949800 /Build/source/texk/configure | |
parent | f6a13636e23f23b45cc27926fd3efda17535565e (diff) |
Move texk/devnag => utils/devnag
git-svn-id: svn://tug.org/texlive/trunk@35886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 49 |
1 files changed, 20 insertions, 29 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 268ddf0f033..5afa49d931f 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_devnag enable_m_tx enable_pmx enable_ps2eps @@ -757,7 +758,6 @@ enable_bibtexu enable_chktex enable_cjkutils enable_detex -enable_devnag enable_dtl enable_dvi2tty enable_dvidvi @@ -867,7 +867,6 @@ bibtex-x chktex cjkutils detex -devnag dtl dvi2tty dvidvi @@ -1517,6 +1516,7 @@ Optional Features: lib/PLATFORM --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs + --disable-devnag do not build the devnag package --disable-m-tx do not build the m-tx package --disable-pmx do not build the pmx package --disable-ps2eps do not build the ps2eps package @@ -1576,7 +1576,6 @@ Optional Features: --disable-chktex do not build the chktex package --disable-cjkutils do not build the cjkutils package --disable-detex do not build the detex package - --disable-devnag do not build the devnag package --disable-dtl do not build the dtl package --disable-dvi2tty do not build the dvi2tty package --disable-dvidvi do not build the dvidvi package @@ -3392,6 +3391,24 @@ $as_echo "$as_me: $host -> \`--disable-luajittex'" >&6;} ;; esac ;; 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. +if test "${enable_devnag+set}" = set; then : + enableval=$enable_devnag; +fi +case $enable_devnag in #( + yes|no) : + ;; #( + *) : + + enable_devnag=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-devnag=$enable_devnag'" >&5 +$as_echo "$as_me: Assuming \`--enable-devnag=$enable_devnag'" >&6;} + ac_configure_args="$ac_configure_args '--enable-devnag=$enable_devnag'" + ;; +esac + ## utils/m-tx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/m-tx/ ## configure options and TL libraries required for mtx # Check whether --enable-m-tx was given. @@ -4112,24 +4129,6 @@ test "x$enable_detex" = xno || { need_kpathsea=yes } -## texk/devnag/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/devnag/ -## configure options and TL libraries required for devnag -# Check whether --enable-devnag was given. -if test "${enable_devnag+set}" = set; then : - enableval=$enable_devnag; -fi -case $enable_devnag in #( - yes|no) : - ;; #( - *) : - - enable_devnag=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-devnag=$enable_devnag'" >&5 -$as_echo "$as_me: Assuming \`--enable-devnag=$enable_devnag'" >&6;} - ac_configure_args="$ac_configure_args '--enable-devnag=$enable_devnag'" - ;; -esac - ## texk/dtl/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dtl/ ## configure options and TL libraries required for dtl # Check whether --enable-dtl was given. @@ -6422,14 +6421,6 @@ if test -x $srcdir/detex/configure; then fi fi -if test -x $srcdir/devnag/configure; then - test "x$enable_devnag" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS devnag" - CONF_SUBDIRS="$CONF_SUBDIRS devnag" - if false; then - subdirs="$subdirs devnag" - - fi -fi if test -x $srcdir/dtl/configure; then test "x$enable_dtl" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS dtl" CONF_SUBDIRS="$CONF_SUBDIRS dtl" |