mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/m4/libtool.m4 (_LT_COMPILER_C_O): Send chmod warning to log.
This commit is contained in:
parent
ef9da6d2b3
commit
f24610a07d
@ -1,5 +1,7 @@
|
||||
2005-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_COMPILER_C_O): Send chmod warning to log.
|
||||
|
||||
* tests/defs.m4sh (m4dir, auxdir, scripts): Fix for source tree
|
||||
reorganization.
|
||||
* tests/sh.test: Adjust. Also barf on sed diagnostics so this
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -1678,7 +1678,7 @@ AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
|
||||
_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
||||
fi
|
||||
fi
|
||||
chmod u+w .
|
||||
chmod u+w . 2>&AS_MESSAGE_LOG_FD
|
||||
$RM conftest*
|
||||
# SGI C++ compiler will create directory out/ii_files/ for
|
||||
# template instantiation
|
||||
|
Loading…
Reference in New Issue
Block a user