Fix configure's --with-contrib option.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 15 08:08:02 2008 +0000 (2008-10-15)
changeset 93712e98d88cf09
parent 936 1f0324a7201a
child 938 7c1b587d00f6
Fix configure's --with-contrib option.

/trunk/configure | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
configure
     1.1 --- a/configure	Wed Oct 15 07:29:07 2008 +0000
     1.2 +++ b/configure	Wed Oct 15 08:08:02 2008 +0000
     1.3 @@ -285,9 +285,9 @@
     1.4  }
     1.5  
     1.6  # It's safer to change all ',' to spaces rather than setting IFS
     1.7 -CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g;')
     1.8 +CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g; s/ +/ /g; s/^ //g; s/ $//g;')
     1.9  if [ -n "${CONTRIB_list}" ]; then
    1.10 -    has_or_abort lzcat
    1.11 +    has_or_abort 'lzcat/'
    1.12      printf "Applying contributed code: "
    1.13      for c in ${CONTRIB_list}; do
    1.14          printf "${c}, "