summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-03 06:42:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-03 06:42:23 +0000
commitc69ba5502fe8eabc5305a3b60267e10edd13842f (patch)
tree2f3d4aa8caf265af6772b6f88d945a633ee26892 /Build/source/texk
parent93b51b2dd2228f5fc5f301771cd061dba23e6f3b (diff)
add chktex 1.6.4 (preliminary)
git-svn-id: svn://tug.org/texlive/trunk@18092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/Makefile.in1
-rwxr-xr-xBuild/source/texk/configure31
-rw-r--r--Build/source/texk/web2c/ChangeLog2
3 files changed, 31 insertions, 3 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in
index 7d28d1cb469..331b6bbefeb 100644
--- a/Build/source/texk/Makefile.in
+++ b/Build/source/texk/Makefile.in
@@ -65,6 +65,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \
$(top_srcdir)/../m4/kpse-xpdf-flags.m4 \
$(top_srcdir)/../m4/kpse-zlib-flags.m4 \
$(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
+ $(top_srcdir)/../utils/chktex/ac/withenable.ac \
$(top_srcdir)/../utils/dialog/ac/withenable.ac \
$(top_srcdir)/../utils/pdfopen/ac/withenable.ac \
$(top_srcdir)/../utils/ps2eps/ac/withenable.ac \
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 5f319afe915..60f6e26ffc5 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -644,6 +644,7 @@ enable_native_texlive_build
enable_multiplatform
enable_cxx_runtime_hack
enable_libtool_hack
+enable_chktex
enable_dialog
enable_pdfopen
enable_ps2eps
@@ -1437,6 +1438,7 @@ Optional Features:
lib/PLATFORM
--enable-cxx-runtime-hack link C++ runtime statically
--enable-libtool-hack ignore libtool dependency_libs
+ --disable-chktex do not build the chktex package
--disable-dialog do not build the dialog package
--disable-pdfopen do not build the pdfopen package
--disable-ps2eps do not build the ps2eps package
@@ -1510,6 +1512,8 @@ Optional Features:
--disable-ttftotype42 do not build the ttftotype42 program
--disable-auto-cfftot1 disable running cfftot1 from otftotfm
--disable-auto-t1dotlessj disable running t1dotlessj from otftotfm
+ --disable-auto-ttftotype42
+ disable running ttftotype42 from otftotfm
--disable-auto-updmap disable running updmap from otftotfm
--disable-makeindexk do not build the makeindexk package
--disable-makejvf do not build the makejvf package
@@ -2239,6 +2243,25 @@ case $with_x in #(
$as_echo "$as_me: Assuming \`--with-x'" >&6;}
ac_configure_args="$ac_configure_args '--with-x'" ;;
esac
+## utils/chktex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/chktex/
+## configure options and TL libraries required for chktex
+# Check whether --enable-chktex was given.
+if test "${enable_chktex+set}" = set; then :
+ enableval=$enable_chktex;
+fi
+case $enable_chktex in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_chktex=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-chktex=$enable_chktex'" >&5
+$as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-chktex=$enable_chktex'"
+ ;;
+esac
+
+
## utils/dialog/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/dialog/
## configure options and TL libraries required for dialog
# Check whether --enable-dialog was given.
@@ -3165,8 +3188,8 @@ test "x$enable_lcdf_typetools" = xno || {
need_kpathsea=yes
}
-## texk/lcdf-typetools/ac/lcdf-typetools.ac: configure.ac fragment for the TeX Live subdirectory texk/lcdf-typetools/
-## configure options for lcdf-typetools
+## Define configure options for lcdf-typetools. Extracted from configure.ac
+## for ease of building TeX Live.
# Check whether --enable-cfftot1 was given.
if test "${enable_cfftot1+set}" = set; then :
enableval=$enable_cfftot1;
@@ -3220,6 +3243,10 @@ fi
if test "${enable_t1dotlessj+set}" = set; then :
enableval=$enable_t1dotlessj;
fi
+# Check whether --enable-ttftotype42 was given.
+if test "${enable_ttftotype42+set}" = set; then :
+ enableval=$enable_ttftotype42;
+fi
# Check whether --enable-updmap was given.
if test "${enable_updmap+set}" = set; then :
enableval=$enable_updmap;
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 972f4467da7..5c867b2548a 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,4 +1,4 @@
-2010-05-01 Peter Breitenlohner <peb@mppmu.mpg.de>
+2010-05-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* cpascal.h (BIBXRETALLOCSTRING): Need parens around new_size.
From Akira, 02 May 2010 21:49:27.