diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-26 01:36:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-26 01:36:57 +0000 |
commit | 4d5182da1606547570595a1e7626b9f6d38564ab (patch) | |
tree | 8f10f69b90f6396b9fec18f47fafe5d7c08f6f6d /Build/source/configure.in | |
parent | 58342756aaacf772b318029dbd15cdb90dd88d1d (diff) |
doc fix
git-svn-id: svn://tug.org/texlive/trunk@2529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.in')
-rw-r--r-- | Build/source/configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in index c9ff29a3d79..5181f44a069 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -239,9 +239,6 @@ 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` |