diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-04 09:11:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-04 09:11:26 +0000 |
commit | 67c3a09c0f5d7fcf6bff5cfbc686a0c247d0e744 (patch) | |
tree | 020365a0e647b2df8977f2a4c241e420a181f8c2 /Build | |
parent | 6c9695fef24ab80bbae6c4444bd00a7adf55a70d (diff) |
chktex: do not build unless explicitly enabled
git-svn-id: svn://tug.org/texlive/trunk@18099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/configure | 4 | ||||
-rwxr-xr-x | Build/source/libs/configure | 4 | ||||
-rwxr-xr-x | Build/source/texk/configure | 4 | ||||
-rw-r--r-- | Build/source/utils/chktex/ac/withenable.ac | 2 | ||||
-rw-r--r-- | Build/source/utils/chktex/chktex-1.6.4-PATCHES/TL-Changes | 2 | ||||
-rwxr-xr-x | Build/source/utils/configure | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/configure b/Build/source/configure index 3a3c92811dd..2e8da8d515d 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1679,7 +1679,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 + --enable-chktex 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 @@ -3114,7 +3114,7 @@ case $enable_chktex in #( ;; #( *) : - enable_chktex=$enable_all_pkgs + enable_chktex=no { $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'" diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 79e8695d75c..924fad2f4bd 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -1417,7 +1417,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 + --enable-chktex 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 @@ -2233,7 +2233,7 @@ case $enable_chktex in #( ;; #( *) : - enable_chktex=$enable_all_pkgs + enable_chktex=no { $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'" diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 60f6e26ffc5..68a96385379 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -1438,7 +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 + --enable-chktex 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 @@ -2254,7 +2254,7 @@ case $enable_chktex in #( ;; #( *) : - enable_chktex=$enable_all_pkgs + enable_chktex=no { $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'" diff --git a/Build/source/utils/chktex/ac/withenable.ac b/Build/source/utils/chktex/ac/withenable.ac index 2a13a8c0041..8d4b65a6828 100644 --- a/Build/source/utils/chktex/ac/withenable.ac +++ b/Build/source/utils/chktex/ac/withenable.ac @@ -4,4 +4,4 @@ dnl Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl ## configure options and TL libraries required for chktex -KPSE_ENABLE_PROG([chktex]) +KPSE_ENABLE_PROG([chktex], , [disable]) diff --git a/Build/source/utils/chktex/chktex-1.6.4-PATCHES/TL-Changes b/Build/source/utils/chktex/chktex-1.6.4-PATCHES/TL-Changes index f9ef1350118..7c818228ec5 100644 --- a/Build/source/utils/chktex/chktex-1.6.4-PATCHES/TL-Changes +++ b/Build/source/utils/chktex/chktex-1.6.4-PATCHES/TL-Changes @@ -1,5 +1,5 @@ Changes applied to the chktex-1.6.4 tree as obtained from: - http:// + http://baruch.ev-en.org/proj/chktex/chktex-1.6.4.tar.gz Removed: autom4te.cache/ diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 1999ed591ee..479d35586a4 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -1415,7 +1415,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 + --enable-chktex 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 @@ -2231,7 +2231,7 @@ case $enable_chktex in #( ;; #( *) : - enable_chktex=$enable_all_pkgs + enable_chktex=no { $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'" |