glibc/timezone
Mike Frysinger 1cba4036b6 timezone: add a configure flag to disable program install
Some distros build+install the timezone tools (zic/zdump/tzselect) outside
of glibc and use the upstream package directly.  Add a configure flag to
glibc so they can disable install of those tools.

This allows tests to run & pass regardless of the configure flag.  Only
the install of them is impacted.
2015-09-18 19:39:46 -04:00
..
testdata
africa
antarctica
asia
australasia
backward
checktab.awk
etcetera
europe
factory
ialloc.c
iso3166.tab
leapseconds
Makefile timezone: add a configure flag to disable program install 2015-09-18 19:39:46 -04:00
northamerica
pacificnew
private.h Undo build error fixes to timezone/private.h, change makefile instead to 2015-09-18 21:43:43 +01:00
README
scheck.c
simplebackw
solar87
solar88
solar89
southamerica
systemv
test-tz.c
tst-timezone.c
tst-tzset.c
tzfile.h
tzselect.ksh
yearistype
zdump.c
zic.c
zone.tab

The files
	zic.c zdump.c ialloc.c scheck.c tzfile.h
	private.h tzselect.ksh checktab.awk
come from the tzcode package by Arthur David Olson et.al.

The files
	africa antarctica asia australasia europe
	northamerica southamerica pacificnew etcetera factory
	backward systemv solar87 solar88 solar89
	iso3166.tab zone.tab leapseconds yearistype
come from the tzdata package by Arthur David Olson et.al.

Please check the ChangeLog files in the top level directory for the
version of the tzcode and tzdata packages.

These packages may be found at ftp://ftp.iana.org/tz/releases/.  Commentary
should be addressed to tz@iana.org.

The subdirectory testdata contains manually edited data files for
regression testing purposes.