[Dune] [Dune-Commit] dune-grid r5113 - trunk/m4
Christian Engwer
christi at uni-hd.de
Tue May 5 07:48:20 CEST 2009
Hi Oliver,
> Modified: trunk/m4/dune_grid.m4
> ===================================================================
> --- trunk/m4/dune_grid.m4 2009-05-04 20:17:16 UTC (rev 5112)
> +++ trunk/m4/dune_grid.m4 2009-05-04 20:26:20 UTC (rev 5113)
> @@ -4,7 +4,7 @@
> AC_REQUIRE([DUNE_PATH_ALBERTA])
> AC_REQUIRE([DUNE_PATH_UG])
> AC_REQUIRE([DUNE_PATH_AMIRAMESH])
> - AC_REQUIRE([DUNE_PATH_PSURFACE])
> + AC_REQUIRE([DUNE_PATH_PSURFACE]) # Must come after AMIRAMESH, because it relies on flags set there
> AC_REQUIRE([DUNE_PATH_ALUGRID])
> AC_REQUIRE([DUNE_PATH_HDF5])
> ])
In this case AC_REQUIRE([DUNE_PATH_AMIRAMESH]) must be listed in the
DUNE_PATH_PSURFACE test.
Christian
More information about the Dune
mailing list