Deleted Added
full compact
ltmain.sh (302408) ltmain.sh (309847)
1
2# libtool (GNU libtool) 2.4.2
3# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4
5# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
6# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
7# This is free software; see the source for copying conditions. There is NO
8# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

--- 9418 unchanged lines hidden (view full) ---

9427shouldnotlink=$module
9428
9429# Files to dlopen/dlpreopen
9430dlopen='$dlfiles'
9431dlpreopen='$dlprefiles'
9432
9433# Directory that this library needs to be installed in:
9434libdir='$install_libdir'"
1
2# libtool (GNU libtool) 2.4.2
3# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4
5# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
6# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
7# This is free software; see the source for copying conditions. There is NO
8# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

--- 9418 unchanged lines hidden (view full) ---

9427shouldnotlink=$module
9428
9429# Files to dlopen/dlpreopen
9430dlopen='$dlfiles'
9431dlpreopen='$dlprefiles'
9432
9433# Directory that this library needs to be installed in:
9434libdir='$install_libdir'"
9435 if test "$installed" = no && test "$need_relink" = yes; then
9435 if test "$installed" = no && test "$need_relink" = yes && \
9436 test -n "$relink_command"; then
9436 $ECHO >> $output "\
9437relink_command=\"$relink_command\""
9438 fi
9439 done
9440 }
9441
9442 # Do a symbolic link so that the libtool archive can be found in
9443 # LD_LIBRARY_PATH before the program is installed.

--- 225 unchanged lines hidden ---
9437 $ECHO >> $output "\
9438relink_command=\"$relink_command\""
9439 fi
9440 done
9441 }
9442
9443 # Do a symbolic link so that the libtool archive can be found in
9444 # LD_LIBRARY_PATH before the program is installed.

--- 225 unchanged lines hidden ---