1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 22:08:07 +00:00

Revert the change that added meta-information to version-3 format.

Further testing found that it was incompatible with Ubuntu 12.04 glibc
so this feature requires redesign and more testing.
* Makefile (ZFLAGS): Remove comment about name and version info.
Make it an empty var instead.
* tzfile.5, tzfile.h: Remove description of meta-information.
* zic.8: Remove options -n and -o.
* zic.c: Don't include <stddef.h>.
(genoption, genoptions, genname, addgenoption, writevalue): Remove.
(usage, main, writezone): Remove support for -n and -o.
This commit is contained in:
Paul Eggert
2013-09-11 02:42:07 -07:00
parent 2022cddf08
commit a46793a95b
5 changed files with 7 additions and 104 deletions

View File

@@ -241,8 +241,7 @@ LDFLAGS= $(LFLAGS)
zic= ./zic
ZIC= $(zic) $(ZFLAGS)
# Uncomment this to put name and version info into zic output files.
#ZFLAGS= -n -o version='$(VERSION)'
ZFLAGS=
# The name of a Posix-compliant `awk' on your system.
AWK= awk