[Dune] [#626] not all TR1 configure checks respect --disable-tr1-headers (Attachment added)

Dune flyspray at dune-project.org
Tue Mar 2 15:04:35 CET 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#626 - not all TR1 configure checks respect --disable-tr1-headers
User who did this - Jö Fahlke (joe)

----------
The problem with olivers patch is that it dos AC_REQUIRE inside a conditional
-- that cannot work.

AC_DEFUN([MACRO1],[
  AC_REQUIRE([MACRO2])
  ...
])

The above means "when MACRO1 is expanded, make sure that MACRO2 without any
arguments is expanded first, and expand MACRO2 only once for all occurances of
AC_REQUIRE([MACRO2])".

Attached is another patch that introduces a new macro DUNE_TR1_HEADERS.  That
macro sets a shell variable enable_tr1_headers.  DUNE_SHARED_PTR tests for
this shell variable and skips the test for the tr1 headser if it is set to
"no".

Can the ICC people please test the patch?


----------

One or more files have been attached.

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

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