Commit 8d339e95 authored by malosek's avatar malosek

Fixed newer autotools warningng about AC_CONFIG_MACRO_DIR

parent 11fec367
ACLOCAL_AMFLAGS = -I config
if BUILD_PERF
DIR_PERF = perf
endif
......
......@@ -3,6 +3,7 @@
AC_PREREQ(2.61)
AC_INIT([zeromq],[dev],[http://www.zeromq.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AM_CONFIG_HEADER(src/platform.hpp)
AM_INIT_AUTOMAKE(tar-ustar)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment