From 70008898619fb966eb6f7b193fa761087bc094c0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Oct 2008 08:08:02 +0000 Subject: Fix configure's --with-contrib option. /trunk/configure | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 6202f4c..363628e 100755 --- a/configure +++ b/configure @@ -285,9 +285,9 @@ echo "${VERSION}" } # 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}, " -- cgit v0.10.2-6-g49f6