From 9dc88e1cc88926df83d8d7b548f6f4092d10b74e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 8 Oct 2010 18:34:39 +0200 Subject: [PATCH] build: Append ACLOCAL_FLAGS to ACLOCAL_AMFLAGS --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4647ca4f..930cee3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} # Set the minimum required Windows version to Windows 2000 (0x0500). if PLATFORM_WIN32 -- 2.43.0