Skip to content
Snippets Groups Projects
Commit afc62667 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

reduce minimum required version for automake to 1.9

since ubuntu 8.04LTS had 1.10, I was not able to test it. The BWGrid
cluster has 1.9 and it seems to work. Thank goes to Lena for catching
this!

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7836 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 780ecb11
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ EXTRA_DIST = dune.module \
SUBDIRS = doc dumux m4 test tutorial
# don't follow the full GNU-standard
# we need automake 1.10
AUTOMAKE_OPTIONS = foreign 1.10
# we need automake 1.9 or later
AUTOMAKE_OPTIONS = foreign 1.9
# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS= 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