*** empty log message ***

This commit is contained in:
Bill Hoffman 2001-08-27 12:24:47 -04:00
parent 152fccf848
commit 3b5ce4b88a
3 changed files with 2559 additions and 5985 deletions

View File

@ -1374,10 +1374,10 @@ void cmUnixMakefileGenerator::ComputeSystemInfo()
{
std::string env = "CXX=${CMAKE_CXX_COMPILER}";
m_Makefile->ExpandVariablesInString(env);
putenv(env.c_str());
putenv(const_cast<char*>(env.c_str()));
env = "CC=${CMAKE_C_COMPILER}";
m_Makefile->ExpandVariablesInString(env);
putenv(env.c_str());
putenv(const_cast<char*>(env.c_str()));
}
// currently we run configure shell script here to determine the info

5500
Templates/configure vendored

File diff suppressed because it is too large Load Diff

3040
configure vendored

File diff suppressed because it is too large Load Diff