Add AC_CONFIG_MACRO_DIR

This commit is contained in:
murtha-yahoo 2015-04-25 12:53:00 -07:00
parent ab2b96b0f5
commit 88feacaa3d

View File

@ -6,6 +6,8 @@ AC_INIT(httperf, 0.9.1, httperf@linux.hpl.hp.com)
AC_CONFIG_SRCDIR([src/httperf.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(httperf, 0.9.1)