We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fd286 commit c223ab9Copy full SHA for c223ab9
tzdata/Makefile
@@ -6,7 +6,7 @@
6
PACKAGE= tzcode
7
8
# Version numbers of the code and data distributions.
9
-VERSION= 2014c
+VERSION= 2014d
10
11
# Email address for bug reports.
12
BUGEMAIL= [email protected]
@@ -100,6 +100,7 @@ YEARISTYPE= ./yearistype
100
LDLIBS=
101
102
# Add the following to the end of the "CFLAGS=" line as needed.
103
+# -DBIG_BANG=-9999999LL if the Big Bang occurred at time -9999999 (see zic.c)
104
# -DHAVE_ADJTIME=0 if `adjtime' does not exist (SVR0?)
105
# -DHAVE_DOS_FILE_NAMES if file names have drive specifiers etc. (MS-DOS)
106
# -DHAVE_GETTEXT=1 if `gettext' works (GNU, Linux, Solaris); also see LDLIBS
0 commit comments