Code: Select all
./configure: 28988: Syntax error: Bad substitution
Code: Select all
LIBS=${LIBS/-ldjvulibre/}
I guess you'll need to run ${LIBS} through sed or something similar if you want a portable replacement.
Code: Select all
./configure: 28988: Syntax error: Bad substitution
Code: Select all
LIBS=${LIBS/-ldjvulibre/}