From 5b468252036fdbadfab00df743c35a415fbb2adb Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Thu, 26 Apr 2012 09:17:23 +0200 Subject: Replaced obsolete autoconf and automake macros This patch cleans up a number of obsolete constructs in the build system, these include: - Replacing AC_TRY_RUN with AC_RUN_IFELSE for the SOCK_CLOEXEC test - Using AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER - Using LT_INIT with the win32-dll parameter instead of the obsolete AC_PROG_LIBTOOL and AC_LIBTOOL_WIN32_DLL macros - Removing the unused and obsolete AC_TYPE_SIGNAL check - Removing the unused alloca.h header check - Replacing the deprecated INCLUDES macro with AM_CPPFLAGS Signed-off-by: Gabriele Svelto --- perf/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perf') diff --git a/perf/Makefile.am b/perf/Makefile.am index 3a4f629..3705488 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_builddir)/include \ - -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_builddir)/include \ + -I$(top_srcdir)/include noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr -- cgit v1.2.3