Skip to content
Snippets Groups Projects
Commit 65f4e7bd authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Do not set AUTOMAKE_OPTIONS needlessly

parent c194c007
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,6 @@ if BUILD_DOCS ...@@ -9,10 +9,6 @@ if BUILD_DOCS
#SUBDIRS += doc #SUBDIRS += doc
endif 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 # 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)" 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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment