error in configure script

hi all,
when am crosscompiling the configure script like ./configure --prefix some thing ...getting error as follows:
Code:
 syntax error near unexpected token `elif'
'/configure: line 19: `elif test -n "${BASH_VERSION+set}" && (set -O posix) >/dev/null 2>&1; then
i did some modifications but then it showing some other errors like as follows :
Code:
syntax error near unexpected token `LANG'
'/configure: line 44: `  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
Can any one help me how to solve this one.I tried my level best.....

Thanks&Regards
Sandeep Ns :)
 
Back
Top