From 9bf89e09a26db945ad57d13b39218b74a45d3315 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 9 Apr 2011 14:49:02 -0700 Subject: [PATCH] use ACLOCAL_AMFLAGS --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fa8938c..405b778 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,5 +19,5 @@ BUILT_SOURCES=orc-$(ORC_MAJORMINOR)-uninstalled.pc CLEANFILES = orc-$(ORC_MAJORMINOR).pc orc-$(ORC_MAJORMINOR)-uninstalled.pc -ACLOCAL_FLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -- 2.7.4