Fixed newer autotools warningng about AC_CONFIG_MACRO_DIR

This commit is contained in:
malosek 2010-01-05 13:46:35 +01:00
parent 11fec367d1
commit 8d339e9596
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ACLOCAL_AMFLAGS = -I config
if BUILD_PERF
DIR_PERF = perf
endif

View File

@ -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)