~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to gnulib/m4/locale-tr.m4

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# locale-tr.m4 serial 9
 
1
# locale-tr.m4 serial 10
2
2
dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
42
42
  if (setlocale (LC_ALL, "") == NULL) return 1;
43
43
#endif
44
44
  /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
45
 
     On MacOS X 10.3.5 (Darwin 7.5) in the tr_TR locale, nl_langinfo(CODESET)
 
45
     On Mac OS X 10.3.5 (Darwin 7.5) in the tr_TR locale, nl_langinfo(CODESET)
46
46
     is empty, and the behaviour of Tcl 8.4 in this locale is not useful.
47
47
     On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
48
48
     succeeds but then nl_langinfo(CODESET) is "646". In this situation,
95
95
          ;;
96
96
        *)
97
97
          # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
98
 
          # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the
 
98
          # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
99
99
          # configure script would override the LC_ALL setting. Likewise for
100
100
          # LC_CTYPE, which is also set at the beginning of the configure script.
101
101
          # Test for the usual locale name.