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 a26f940 commit a80fa1aCopy full SHA for a80fa1a
INSTALL.md
@@ -37,6 +37,10 @@ the following steps:
37
run `./autogen.sh` (a shell script). The autogen.sh script will
38
build the `configure` and `config.h.in` files.
39
40
+* If you build on a Linux 32-bit system, with Autoconf version >= 2.72
41
+and GNU C Library version >= 2.34, run `export BUILD_YEAR2038=yes`
42
+before running `./autogen.sh` to build with 64-bit time_t (Y2038-safe).
43
+
44
On some system, you may need to set the `AUTORECONF` variable, like:
45
`AUTORECONF=autoreconf-2.69 ./autogen.sh`
46
to select the `autoreconf` version you want to use.
0 commit comments