[Dune] [#548] alberta.m4 should do link test
Dune
dune at dune-project.org
Tue May 5 16:31:05 CEST 2009
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#548 - alberta.m4 should do link test
User who did this - Christian Engwer (christi)
----------
You can have a look at ug.m4 on how to do this:
AC_LANG_POP([C++])
# define LTCXXCOMPILE like it will be defined in the Makefile
ac_save_CXX="$CXX"
LTCXXLINK="$srcdir/libtool --tag=CXX --mode=link $CXX $CXXFLAGS $LDFLAGS"
CXX="$LTCXXLINK"
....
AC_TRY_LINK(...)
....
CXX="$ac_save_CXX"
AC_LANG_POP([C++])
In your case you should obviously skip the PUSH and POP of C++, etc.
----------
More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=548#comment917
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