mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-23 17:03:44 +00:00
Eggert mods
SCCS-file: Makefile SCCS-SID: 7.70
This commit is contained in:
committed by
Paul Eggert
parent
0d222f1aeb
commit
03cc1cec3d
5
Makefile
5
Makefile
@ -29,6 +29,9 @@ LOCALTIME= Factory
|
||||
|
||||
POSIXRULES= America/New_York
|
||||
|
||||
# Also see TZDEFRULESTRING below, which takes effect only
|
||||
# if the time zone files cannot be accessed.
|
||||
|
||||
# Everything gets put in subdirectories of. . .
|
||||
|
||||
TOPDIR= /usr/local
|
||||
@ -96,6 +99,8 @@ LDLIBS=
|
||||
# -DLOCALE_HOME=\"path\" if locales are in "path", not "/usr/lib/locale"
|
||||
# -DHAVE_UNISTD_H=0 if your compiler lacks a "unistd.h" (Microsoft C++ 7?)
|
||||
# -DHAVE_UTMPX_H=1 if your compiler has a "utmpx.h"
|
||||
# -DTZDEFRULESTRING=\",date/time,date/time\" to default to the specified
|
||||
# DST transitions if the time zone files cannot be accessed
|
||||
# -DTZ_DOMAIN=\"foo\" to use "foo" for gettext domain name; default is "tz"
|
||||
# -TTZ_DOMAINDIR=\"/path\" to use "/path" for gettext directory;
|
||||
# the default is system-supplied, typically "/usr/lib/locale"
|
||||
|
||||
Reference in New Issue
Block a user