From 76f5b593d9123f04721426f5759ba305b8ee970b Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 21 Apr 2012 01:29:43 -0400 Subject: [PATCH] Remove --install from ACLOCAL_AMFLAGS (for automake < 1.10) Signed-off-by: Anders Kaseorg --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 60bc809..c98b971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -ACLOCAL_AMFLAGS = --install -I m4 +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = third src scripts man EXTRA_DIST = autogen.sh ocb-license.html README.md