From 3ee29914f004ac617fd9af4ebebdb9e2bece29fe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 Aug 2006 20:59:28 +0000 Subject: tr all - to - for --with options; from Werner Fink git-svn-id: svn://tug.org/texlive/trunk@1966 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/configure.in b/Build/source/configure.in index 964bc673e0e..049f1fedf5d 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -233,7 +233,7 @@ ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do if test -d $srcdir/utils/$pkg; then - if eval "test \"`echo '$with_'${pkg}`\" != no"; then + if eval "test \"`echo '$with_'${pkg}|sed 's/-/_/g'`\" != no"; then ESUBDIRS="$ESUBDIRS utils/$pkg" if test $pkg = sam2p; then # this is a terrible kludge, but sam2p configure actively -- cgit v1.2.3