mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +08:00
Allow "configure --disable-maintainer-mode"
Allow "configure --disable-maintainer-mode" to disable timestamp checking. This is useful for one-off builds, in particular on e.g. clusters, where slightly skew clocks force aclocal and friends to kick in for no good reason.
This commit is contained in:
parent
d76664017c
commit
a25e3168bb
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user