diff options
author | Norbert Preining <preining@logic.at> | 2007-12-04 13:48:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-12-04 13:48:35 +0000 |
commit | e4340343c1317f779cf1565fd49a82834e9e8ee9 (patch) | |
tree | 19447f6587ffc0ea9348663a7f98c1fe40f14564 /Build | |
parent | 3f7f8094926cb46b3bcdd94d734257c45dad0844 (diff) |
add lzma_utils to configure.in
git-svn-id: svn://tug.org/texlive/trunk@5706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in index 08876602e93..3a7718edd1b 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -259,7 +259,7 @@ test "$needs_obsdcompat" = yes \ AC_CONFIG_SUBDIRS([libs]) -PKGS='mkjobtexmf dialog lcdf-typetools pdfopen ps2eps psutils t1utils texi2html texinfo' +PKGS='dialog lcdf-typetools lzma-utils mkjobtexmf pdfopen ps2eps psutils t1utils texi2html texinfo' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do |