From: Christian Persch Date: Fri, 8 Oct 2010 16:34:39 +0000 (+0200) Subject: build: Append ACLOCAL_FLAGS to ACLOCAL_AMFLAGS X-Git-Tag: EVINCE_2_91_1~12 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=9dc88e1cc88926df83d8d7b548f6f4092d10b74e;p=evince.git build: Append ACLOCAL_FLAGS to ACLOCAL_AMFLAGS --- 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