# HG changeset patch # User "Yann E. MORIN" # Date 1224058082 0 # Node ID 12e98d88cf09247eeec3df30240c31cd6cbea9fe # Parent 1f0324a7201ad5176cf37e3cad7237d27b2703d1 Fix configure's --with-contrib option. /trunk/configure | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r 1f0324a7201a -r 12e98d88cf09 configure --- a/configure Wed Oct 15 07:29:07 2008 +0000 +++ b/configure Wed Oct 15 08:08:02 2008 +0000 @@ -285,9 +285,9 @@ } # It's safer to change all ',' to spaces rather than setting IFS -CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g;') +CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g; s/ +/ /g; s/^ //g; s/ $//g;') if [ -n "${CONTRIB_list}" ]; then - has_or_abort lzcat + has_or_abort 'lzcat/' printf "Applying contributed code: " for c in ${CONTRIB_list}; do printf "${c}, "