From d1339e1eac554af6a786f49bc2e9c190362085f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 8 Nov 2006 00:11:43 +0000 Subject: (PKGS): remove sam2p after all. git-svn-id: svn://tug.org/texlive/trunk@2398 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3