summaryrefslogtreecommitdiff
path: root/Build/source/configure.in
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-13 22:31:25 +0000
committerNorbert Preining <preining@logic.at>2008-01-13 22:31:25 +0000
commit5c22279bea757066e928d8dbe5f628e89a4f9d20 (patch)
tree8552a0a284aef3ba95712130276a299c391e86ad /Build/source/configure.in
parent0a893c4f259e3d5e05655b3aaced7d50a96747a5 (diff)
add texcount to build process
git-svn-id: svn://tug.org/texlive/trunk@6220 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.in')
-rw-r--r--Build/source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in
index 4394ec96eea..97389304a77 100644
--- a/Build/source/configure.in
+++ b/Build/source/configure.in
@@ -259,7 +259,7 @@ test "$needs_obsdcompat" = yes \
AC_CONFIG_SUBDIRS([libs])
-PKGS='dialog lcdf-typetools lzma-utils mkjobtexmf pdfopen ps2eps psutils t1utils texi2html texinfo tpic2pdftex'
+PKGS='dialog lcdf-typetools lzma-utils mkjobtexmf pdfopen ps2eps psutils t1utils texcount texi2html texinfo tpic2pdftex'
ESUBDIRS=
test -d utils || mkdir utils
for pkg in $PKGS; do