From db6f592d266a39347b019adb48c3beaddac5a552 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sat, 28 Jul 2012 13:32:58 +0200
Subject: [PATCH] Do not set AUTOMAKE_OPTIONS needlessly

---
 src/Makefile.am | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7af3c3da..299b4e70 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -109,10 +109,6 @@ AM_LDFLAGS = \
 	$(ALUGRID_LDFLAGS) \
 	$(PYTHON_LDFLAGS)
 
-# don't follow the full GNU-standard
-# we need automake 1.5
-AUTOMAKE_OPTIONS = foreign 1.5
-
 # pass most important options when "make distcheck" is used
 DISTCHECK_CONFIGURE_FLAGS = \
 	--with-dune-common=$(DUNE_COMMON_ROOT) \
-- 
GitLab