diff options
Diffstat (limited to 'benchmarks/siege/files/patch-configure.ac')
-rw-r--r-- | benchmarks/siege/files/patch-configure.ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/siege/files/patch-configure.ac b/benchmarks/siege/files/patch-configure.ac new file mode 100644 index 000000000000..6024a02876f5 --- /dev/null +++ b/benchmarks/siege/files/patch-configure.ac @@ -0,0 +1,18 @@ +--- configure.ac.orig 2015-06-04 10:43:01 UTC ++++ configure.ac +@@ -7,6 +7,7 @@ dnl + AC_INIT + AC_CONFIG_SRCDIR([src/setup.h]) + AC_CONFIG_HEADERS(include/config.h) ++AC_CONFIG_MACRO_DIRS([m4]) + + dnl + dnl Define the utils directory +@@ -44,7 +45,6 @@ dnl + dnl Program support + dnl + AC_PATH_PROG( PERL, perl, false ) +-AC_PROG_SHELL + AC_PROG_MAKE_SET + AC_PROG_INSTALL + case "$host_os" in |