mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src:
chase_symlinks): Avoid compiler warning.
This commit is contained in:
parent
781fc82e1b
commit
0c71a62ede
@ -1,3 +1,8 @@
|
||||
2007-07-23 Eric Blake <ebb9@byu.net>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src:
|
||||
chase_symlinks): Avoid compiler warning.
|
||||
|
||||
2007-07-22 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Add
|
||||
@ -43,7 +48,7 @@
|
||||
func_dirname's additional arguments.
|
||||
(func_mode_compile): Call it.
|
||||
(func_mode_install): Call it.
|
||||
(func_mode_link): Call it.
|
||||
(func_mode_link): Call it.
|
||||
|
||||
2007-07-12 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
|
@ -2959,7 +2959,6 @@ chase_symlinks (const char *pathspec)
|
||||
#else
|
||||
char buf[LT_PATHMAX];
|
||||
struct stat s;
|
||||
int rv = 0;
|
||||
char *tmp_pathspec = xstrdup (pathspec);
|
||||
char *p;
|
||||
int has_symlinks = 0;
|
||||
@ -7359,4 +7358,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
|
||||
# End:
|
||||
# vi:sw=2
|
||||
]])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user