]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): Some compilers (e.g. Intel
authorJeff Squyres <jsquyres@lam-mpi.org>
Thu, 22 Jan 2004 19:11:44 +0000 (19:11 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Thu, 22 Jan 2004 19:11:44 +0000 (19:11 +0000)
commit13dff0a0630ac7e4fa8a64a87e10d4eecb645fa5
treea7e45ae7e537b4c1371b705e66cf87587853642d
parentf35a70431dab816f6eaa9494cfd774f5dac0b201
* 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
libtool.m4