From 65f4e7bd02d5da0f83004eecaae2c77eb25ba342 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 31 Jul 2012 22:12:10 +0200
Subject: [PATCH] Do not set AUTOMAKE_OPTIONS needlessly

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

diff --git a/Makefile.am b/Makefile.am
index de1fb5ec..2a4b3154 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,10 +9,6 @@ if BUILD_DOCS
 #SUBDIRS += doc
 endif
 
-# 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) --with-dune-fufem=$(DUNE_FUFEM_ROOT) --with-dune-tnnmg=$(DUNE_TNNMG_ROOT)  CXX="$(CXX)" CC="$(CC)"
 
-- 
GitLab