diff options
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Build/source/configure b/Build/source/configure index 5c9ea4f9407..7f5a07a691f 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -763,7 +763,6 @@ utils/pdfopen utils/ps2eps utils/psutils utils/t1utils -utils/texcount utils/texinfo utils/tpic2pdftex texk' @@ -1370,7 +1369,6 @@ Optional Packages: --without-ps2eps do not build the ps2eps package --without-psutils do not build the psutils package --without-t1utils do not build the t1utils package - --without-texcount do not build the texcount package --without-texinfo do not build the texinfo package --without-tpic2pdftex do not build the tpic2pdftex package --without-afm2pl do not build the afm2pl package @@ -5315,7 +5313,8 @@ esac export with_cxx_runtime_hack -# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz. +e # withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz. + # Public domain. # Check whether --enable-multiplatform was given. @@ -5358,11 +5357,6 @@ if test "${with_t1utils+set}" = set; then withval=$with_t1utils; fi -# Check whether --with-texcount was given. -if test "${with_texcount+set}" = set; then - withval=$with_texcount; -fi - # Check whether --with-texinfo was given. if test "${with_texinfo+set}" = set; then withval=$with_texinfo; @@ -9348,12 +9342,6 @@ if test -d $srcdir/utils/t1utils; then subdirs="$subdirs utils/t1utils" fi fi -if test -d $srcdir/utils/texcount; then - if test "x$with_texcount" != xno; then - ESUBDIRS="$ESUBDIRS utils/texcount" - subdirs="$subdirs utils/texcount" - fi -fi if test -d $srcdir/utils/texinfo; then if test "x$with_texinfo" != xno; then ESUBDIRS="$ESUBDIRS utils/texinfo" |