diff options
| author | fanquake <[email protected]> | 2019-12-17 22:37:13 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-12-18 16:36:17 -0500 |
| commit | 4f4ae6f97e210fa0a2aa274bcd2a77a226fe6a7e (patch) | |
| tree | 3f01014316561ab079f7fbd49803602f28912c59 /src/httpserver.cpp | |
| parent | Merge #17764: doc: Add formatting to the good first issue template (diff) | |
| download | discoin-4f4ae6f97e210fa0a2aa274bcd2a77a226fe6a7e.tar.xz discoin-4f4ae6f97e210fa0a2aa274bcd2a77a226fe6a7e.zip | |
build: set AC_PREREQ to 2.69
We use build macros such as AX_CHECK_LINK_FLAG, that require >=2.64, so
our configure should also require Autoconf >= 2.64. The build would
already blow up if 2.64 wasn't available. i.e:
configure.ac:320: error: Autoconf version 2.64 or higher is required
build-aux/m4/ax_check_link_flag.m4:74: AX_CHECK_LINK_FLAG is expanded from...
For reference, Autoconf 2.69 was released in April of 2012.
https://lists.gnu.org/archive/html/autoconf/2012-04/msg00041.html
See https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Versioning.html
for more info on AC_PREREQ.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions