ports/benchmarks/siege/files/patch-configure.ac
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

18 lines
425 B
Text

--- configure.ac.orig 2016-05-20 11:41:06 UTC
+++ configure.ac
@@ -12,6 +12,7 @@ AC_CONFIG_AUX_DIR(utils)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/setup.h])
AC_CONFIG_HEADERS(include/config.h)
+AC_CONFIG_MACRO_DIRS([m4])
dnl canonicalize the host
AC_CANONICAL_HOST
@@ -41,7 +42,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