diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-08 18:57:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-08 18:57:53 +0000 |
commit | 730f4601e0de27c5eccd405e393f80425fa6cdf2 (patch) | |
tree | 68bea2a9572afee59f1b962e9350d2fe85657bfc /Build/source/libs | |
parent | 6316d08b8d0dbea2adfd81244b575ba40f2ef855 (diff) |
lua52 gone
git-svn-id: svn://tug.org/texlive/trunk@49640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/libs/configure | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index fd4116b9c05..ffbd4cccf0e 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -187,7 +187,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../libs/libpng/ac/withenable.ac \ $(top_srcdir)/../libs/libpaper/ac/withenable.ac \ $(top_srcdir)/../libs/luajit/ac/withenable.ac \ - $(top_srcdir)/../libs/lua52/ac/withenable.ac \ $(top_srcdir)/../libs/lua53/ac/withenable.ac \ $(top_srcdir)/../libs/zlib/ac/withenable.ac \ $(top_srcdir)/../texk/ptexenc/ac/withenable.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index dc489388f8d..52c9e60543f 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -5398,9 +5398,6 @@ fi ## libs/luajit/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/luajit/ ## configure options and TL libraries required for luajit -## libs/lua52/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/lua52/ -## configure options and TL libraries required for lua52 - ## libs/lua53/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/lua53/ ## configure options and TL libraries required for lua53 @@ -6487,10 +6484,6 @@ if test -x $srcdir/luajit/configure; then test "x$with_system_luajit" != xyes && test "x$need_luajit" = xyes && MAKE_SUBDIRS="luajit $MAKE_SUBDIRS" CONF_SUBDIRS="luajit $CONF_SUBDIRS" fi -if test -x $srcdir/lua52/configure; then - test "x$with_system_lua52" != xyes && test "x$need_lua52" = xyes && MAKE_SUBDIRS="lua52 $MAKE_SUBDIRS" - CONF_SUBDIRS="lua52 $CONF_SUBDIRS" -fi if test -x $srcdir/lua53/configure; then test "x$with_system_lua53" != xyes && test "x$need_lua53" = xyes && MAKE_SUBDIRS="lua53 $MAKE_SUBDIRS" CONF_SUBDIRS="lua53 $CONF_SUBDIRS" |