Fix configure's --with-contrib option.

/trunk/configure |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-10-15 08:08:02 +00:00
parent 8215020b0f
commit 7000889861

4
configure vendored
View File

@ -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}, "