Merge pull request #23 from murtha-yahoo/murtha-yahoo-patch-1

Patch to enable compilation with m4
This commit is contained in:
Adrian Chadd 2015-12-17 15:14:19 -08:00
commit dcfb746bc5
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
ACLOCAL_AMFLAGS = -I m4

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)