]> git.ipfire.org Git - thirdparty/libtool.git/commit
Libtool currently assumes that certain characteristics, such as
authorGary V. Vaughan <gary@gnu.org>
Tue, 31 Aug 2004 23:57:04 +0000 (23:57 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 31 Aug 2004 23:57:04 +0000 (23:57 +0000)
commit1e6bed0fb7b867d9aeef57670eaeb8517a8cb20f
tree8975184ee8950ea4a58868afbc0b76e1747867f1
parent03b6087d6ab0f145f02f1c0ac48881063ed214a8
Libtool currently assumes that certain characteristics, such as
enable_shared, apply to the host architecture rather than per-
language.  Running the tests over a broken compiler can corrupt
these values, when there is no C++ compiler for example, so we
skip most of the tests in those cases.

* m4/libtool.m4 (_LT_LANG_CXX_CONFIG): If caught_CXX_compiler was
set from configure.ac, then don't run all the compiler tests.
(_LT_LANG_F77_CONFIG): Similarly for caught_F77_compiler.
ChangeLog
m4/libtool.m4