]> git.ipfire.org Git - thirdparty/libtool.git/commit
* m4/libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): Some compilers
authorJeff Squyres <jsquyres@lam-mpi.org>
Thu, 22 Jan 2004 19:01:19 +0000 (19:01 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Thu, 22 Jan 2004 19:01:19 +0000 (19:01 +0000)
commit0085cef91386231b85044c8f72e7221dcba9fec8
treeb697b335c2e4abcec7cd28f5121bbc2a67062989
parenta9d07029d67a0b1fc991daf1eadd84612d827902
* m4/libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): Some compilers
(e.g. Intel Linux icc compiler) write temporary files to the current
directory. These compilers do support -c and -o simultaneously but
wrongly fail the test due to the failure to create temporary
files. It is incorrect to penalize compilers which write temporary
files to the current directory so the 'chmod -w .' is therefore
removed.
ChangeLog
m4/libtool.m4