[Dune] [#916] aclocal files from non-standard directories are not considered by dune-autogen

Dune flyspray at dune-project.org
Sat Jun 11 18:33:54 CEST 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#916 - aclocal files from non-standard directories are not considered by dune-autogen
User who did this - Christian Engwer (christi)

----------
1) "configure.ac:45: warning: DUNE_SYNC_FC_F77 is m4_require'd but not m4_defun'd"
   - I checked and DUNE_SYNC_FC_F77 is in dune-common/m4/dune_fortran.m4, which is not shipped with the tarballs.
2) "rm: cannot remove `am': Is a directory"
   - am is a directory which can not be removed. You have to remove it by hand, otherwise you are still in a different state than when using the repository.

So you are combining two problems :-)
1) is a bug in the tarballs
2) is a problem on your side. You state that the module is under version control, but it isn't (as you still have the am-directory)

When installing dune into a non-standard directory you should adjust the DUNE_CONTROL_PATH and that should be it, you don't need to change the ACLOCAL_FLAGS (everything else is again a bug in dune) and it should be sufficient to add the prefix (or better ${prefix}/lib/dunecontrol) to the DUNE_CONTROL_PATH.

In your case this would be:

DUNE_CONTROL_PATH=${DUNEDIR}/lib/dunecontrol:${HOME}/dune-grid-how-2.1.0/dune.module

Christian

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=916#comment2605

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list