From 88feacaa3d03c49d8cbced4329f17d09806b87c4 Mon Sep 17 00:00:00 2001 From: murtha-yahoo Date: Sat, 25 Apr 2015 12:53:00 -0700 Subject: [PATCH] Add AC_CONFIG_MACRO_DIR --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index eaf7700..32a3181 100755 --- a/configure.ac +++ b/configure.ac @@ -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)