diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-08 00:11:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-08 00:11:43 +0000 |
commit | d1339e1eac554af6a786f49bc2e9c190362085f4 (patch) | |
tree | 95c15dc63b06a89e898fa0fd606b6108ef5c7200 /Build/source/configure.in | |
parent | 54b2f6bb3b5986879ca98d45e6c5033206e3da55 (diff) |
(PKGS): remove sam2p after all.
git-svn-id: svn://tug.org/texlive/trunk@2398 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.in')
-rw-r--r-- | Build/source/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in index 80d3ff56801..c9ff29a3d79 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -231,7 +231,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 @@ -239,6 +239,9 @@ for pkg in $PKGS; do if eval "test \"`echo '$with_'${pkg}|sed 's/-/_/g'`\" != no"; then ESUBDIRS="$ESUBDIRS utils/$pkg" if test $pkg = sam2p; then + # we no longer build sam2p by default, but leaving this bit in + # case we reinstate it. --karl, 8nov06. + # # attempt to discover if srcdir = builddir. dir1=`cd $srcdir/utils/sam2p && /bin/pwd` dir2=`cd utils/sam2p 2>/dev/null && /bin/pwd` |