diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-25 16:34:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-25 16:34:59 +0000 |
commit | d736f338cde97e961eacd8d97156d25698ea1dad (patch) | |
tree | d235e46c24e5984a0ad72aa326bd7c4a3fb06486 /Build | |
parent | 00557b364aac83a60ebe8627fea46f1b22ea7805 (diff) |
try enabling sam2p again
git-svn-id: svn://tug.org/texlive/trunk@2909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/configure | 2 | ||||
-rw-r--r-- | Build/source/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/configure b/Build/source/configure index 609f72000b7..70248677abb 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -4811,7 +4811,7 @@ test "$needs_teckit" = yes \ subdirs="$subdirs libs" -PKGS='dialog lcdf-typetools pdfopen psutils t1utils texi2html texinfo' +PKGS='dialog lcdf-typetools pdfopen psutils sam2p t1utils texi2html texinfo' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do diff --git a/Build/source/configure.in b/Build/source/configure.in index 4a15068bb86..4c6f8a5a4e5 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 t1utils texi2html texinfo' +PKGS='dialog lcdf-typetools pdfopen psutils sam2p t1utils texi2html texinfo' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do |