Merge pull request #3683 from dimpase/patch-1

Allow "configure --disable-maintainer-mode"
This commit is contained in:
Luca Boccassi 2019-09-19 07:56:45 +02:00 committed by GitHub
commit 8d34332ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

14
RELICENSE/dimpase.md Normal file
View File

@ -0,0 +1,14 @@
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
This is a statement by Dmitrii (Dima) Pasechnik
that grants permission to relicense its copyrights in the libzmq C++
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other
Open Source Initiative approved license chosen by the current ZeroMQ
BDFL (Benevolent Dictator for Life).
A portion of the commits made by the Github handle "dimpase", with
commit author "Dima Pasechnik dimpase@gmail.com", are copyright of Dmitrii Pasechnik.
This document hereby grants the libzmq project team to relicense libzmq,
including all past, present and future contributions of the author listed above.
Dmitrii Pasechnik 2019/09/18

View File

@ -12,6 +12,8 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS([src/platform.hpp])
AM_INIT_AUTOMAKE(foreign subdir-objects tar-ustar dist-zip)
# Allow "configure --disable-maintainer-mode" to disable timestamp checking
AM_MAINTAINER_MODE([enable])
m4_pattern_allow([AC_PROG_CC_C99])
m4_include([m4/ax_check_compile_flag.m4])