diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-26 16:58:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-26 16:58:46 +0000 |
commit | 7c18fc181a70102875990d852552ceb5646138bd (patch) | |
tree | d164c645bea5a0b012ee465710c76f898d4d4efa /Build/source/configure.in | |
parent | 167bedcfcc63071e1569d96c3465037dd9eda32e (diff) |
i guess we decided not to include sam2p after all
git-svn-id: svn://tug.org/texlive/trunk@2932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.in')
-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 4c6f8a5a4e5..4a15068bb86 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -233,7 +233,7 @@ test "$needs_teckit" = yes \ AC_CONFIG_SUBDIRS([libs]) -PKGS='dialog lcdf-typetools pdfopen psutils sam2p t1utils texi2html texinfo' +PKGS='dialog lcdf-typetools pdfopen psutils t1utils texi2html texinfo' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do |