From 0b1d5db1b605874480da0403bcbfcbe3665a1742 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Mon, 19 Apr 2010 14:18:17 +0200 Subject: [PATCH] Removed --install flag from ACLOCAL_AMFLAGS; RHEL uses automake 1.9 and won't compile. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c6800cbdb..b2d59e73e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ endif SUBDIRS = src $(DOCS) -ACLOCAL_AMFLAGS = -I m4 --install +ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ tests \ -- GitLab