view tests/test-mbscspn.sh @ 12735:77cea116e541

build: guarantee AS_VAR_IF The recent addition of warn-on-use.m4 was broken with older autoconf.
author Simon Josefsson <simon@josefsson.org>
date Tue, 12 Jan 2010 19:44:11 +0100
parents 32304cd3cf05
children
line wrap: on
line source

#!/bin/sh

# Test whether a specific UTF-8 locale is installed.
: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
if test $LOCALE_FR_UTF8 = none; then
  if test -f /usr/bin/localedef; then
    echo "Skipping test: no french Unicode locale is installed"
  else
    echo "Skipping test: no french Unicode locale is supported"
  fi
  exit 77
fi

LC_ALL=$LOCALE_FR_UTF8 \
./test-mbscspn${EXEEXT}