From 9c6ae04a1f5bb1d660a37aa8890167b1e51c3a59 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 2 Oct 2007 20:39:59 +0000 Subject: remove sam2p special case, since we omitted the program. git-svn-id: svn://tug.org/texlive/trunk@5098 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Build/source/configure.in b/Build/source/configure.in index dc276b381c2..959608b50be 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -255,18 +255,6 @@ for pkg in $PKGS; do if test -d $srcdir/utils/$pkg; then if eval "test \"`echo '$with_'${pkg}|sed 's/-/_/g'`\" != no"; then ESUBDIRS="$ESUBDIRS utils/$pkg" - if test $pkg = sam2p; then - # attempt to discover if srcdir = builddir. - dir1=`cd $srcdir/utils/sam2p && /bin/pwd` - dir2=`cd utils/sam2p 2>/dev/null && /bin/pwd` - if test "$dir1" != "$dir2"; then - # this is a terrible kludge, but sam2p configure actively - # defeats srcdir!=objdir support, and Peter S. doesn't want to - # fix it. So copy the entire sam2p srcdir into objdir. - rm -rf utils/sam2p - cp -pr $srcdir/utils/sam2p utils - fi - fi AC_CONFIG_SUBDIRS([utils/$pkg]) fi fi -- cgit v1.2.3