summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-24 11:25:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-24 11:25:20 +0000
commit90477657d2f8b99cc14fd103361815a3363bfee2 (patch)
treef120fff4ce898b165e7a6db82dcb2b811834cbbf /Build/source/libs
parent05f127e0410c62a23f87cc7164171c6132bfdd9c (diff)
Move texk/lacheck 1.26 => utils/lacheck 1.28
git-svn-id: svn://tug.org/texlive/trunk@35896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r--Build/source/libs/Makefile.in2
-rwxr-xr-xBuild/source/libs/configure40
2 files changed, 21 insertions, 21 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index 79aae9197a2..e177d861ada 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/Makefile.in
@@ -122,6 +122,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/devnag/ac/withenable.ac \
+ $(top_srcdir)/../utils/lacheck/ac/withenable.ac \
$(top_srcdir)/../utils/m-tx/ac/withenable.ac \
$(top_srcdir)/../utils/pmx/ac/withenable.ac \
$(top_srcdir)/../utils/ps2eps/ac/withenable.ac \
@@ -155,7 +156,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../texk/dvisvgm/ac/dvisvgm.ac \
$(top_srcdir)/../texk/dvisvgm/ac/libgs.ac \
$(top_srcdir)/../texk/gsftopk/ac/withenable.ac \
- $(top_srcdir)/../texk/lacheck/ac/withenable.ac \
$(top_srcdir)/../texk/lcdf-typetools/ac/withenable.ac \
$(top_srcdir)/../texk/lcdf-typetools/ac/lcdf-typetools.ac \
$(top_srcdir)/../texk/makeindexk/ac/withenable.ac \
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 7c810c464d7..0e97556df1c 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -697,6 +697,7 @@ enable_multiplatform
enable_cxx_runtime_hack
enable_libtool_hack
enable_devnag
+enable_lacheck
enable_m_tx
enable_pmx
enable_ps2eps
@@ -777,7 +778,6 @@ with_system_libgs
with_libgs_includes
with_libgs_libdir
enable_gsftopk
-enable_lacheck
enable_lcdf_typetools
enable_cfftot1
enable_mmafm
@@ -1507,6 +1507,7 @@ Optional Features:
--enable-cxx-runtime-hack link C++ runtime statically
--enable-libtool-hack ignore libtool dependency_libs
--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
--disable-pmx do not build the pmx package
--disable-ps2eps do not build the ps2eps package
@@ -1580,7 +1581,6 @@ Optional Features:
--disable-dvipsk do not build the dvipsk package
--disable-dvisvgm do not build the dvisvgm package
--disable-gsftopk do not build the gsftopk package
- --disable-lacheck do not build the lacheck package
--disable-lcdf-typetools
do not build the lcdf-typetools package
--disable-cfftot1 do not build the cfftot1 program
@@ -3399,6 +3399,24 @@ $as_echo "$as_me: Assuming \`--enable-devnag=$enable_devnag'" >&6;}
;;
esac
+## utils/lacheck/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/lacheck/
+## configure options and TL libraries required for lacheck
+# Check whether --enable-lacheck was given.
+if test "${enable_lacheck+set}" = set; then :
+ enableval=$enable_lacheck;
+fi
+case $enable_lacheck in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_lacheck=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-lacheck=$enable_lacheck'" >&5
+$as_echo "$as_me: Assuming \`--enable-lacheck=$enable_lacheck'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-lacheck=$enable_lacheck'"
+ ;;
+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.
@@ -4423,24 +4441,6 @@ test "x$enable_gsftopk" = xno || {
need_kpathsea=yes
}
-## texk/lacheck/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/lacheck/
-## configure options and TL libraries required for lacheck
-# Check whether --enable-lacheck was given.
-if test "${enable_lacheck+set}" = set; then :
- enableval=$enable_lacheck;
-fi
-case $enable_lacheck in #(
- yes|no) :
- ;; #(
- *) :
-
- enable_lacheck=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-lacheck=$enable_lacheck'" >&5
-$as_echo "$as_me: Assuming \`--enable-lacheck=$enable_lacheck'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-lacheck=$enable_lacheck'"
- ;;
-esac
-
## texk/lcdf-typetools/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/lcdf-typetools/
## configure options and TL libraries required for lcdf-typetools
# Check whether --enable-lcdf-typetools was given.