4 : "${LOCALE_FR_UTF8=fr_FR.UTF-8}"
6 if test $LOCALE_FR = none
&& test $LOCALE_FR_UTF8 = none
; then
7 if test -f /usr
/bin
/localedef
; then
8 echo "Skipping test: no locale for testing is installed"
10 echo "Skipping test: no locale for testing is supported"
15 if $LC_NUMERIC_IMPLEMENTED; then
18 echo "Skipping test: LC_NUMERIC category of locales is not implemented"
22 if test $LOCALE_FR != none
; then
23 LC_ALL
=$LOCALE_FR ${CHECKER} .
/test-strtod1
${EXEEXT} ||
exit 1
26 if test $LOCALE_FR_UTF8 != none
; then
27 LC_ALL
=$LOCALE_FR_UTF8 ${CHECKER} .
/test-strtod1
${EXEEXT} ||
exit 1