* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src:

chase_symlinks): Avoid compiler warning.
This commit is contained in:
Eric Blake 2007-07-23 12:10:31 +00:00
parent 781fc82e1b
commit 0c71a62ede
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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
]])