ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/ltmain.sh
(Generate patch)

Comparing ircd-hybrid-7.3/ltmain.sh (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1084 by michael, Sat Mar 13 23:24:10 2010 UTC

# Line 1 | Line 1
1   # Generated from ltmain.m4sh.
2  
3 < # ltmain.sh (GNU libtool) 2.2.6
3 > # ltmain.sh (GNU libtool) 2.2.6b
4   # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5  
6   # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
# Line 65 | Line 65
65   #       compiler:               $LTCC
66   #       compiler flags:         $LTCFLAGS
67   #       linker:         $LD (gnu? $with_gnu_ld)
68 < #       $progname:              (GNU libtool) 2.2.6
68 > #       $progname:              (GNU libtool) 2.2.6b
69   #       automake:               $automake_version
70   #       autoconf:               $autoconf_version
71   #
# Line 73 | Line 73
73  
74   PROGRAM=ltmain.sh
75   PACKAGE=libtool
76 < VERSION=2.2.6
76 > VERSION=2.2.6b
77   TIMESTAMP=""
78 < package_revision=1.3012
79 <
80 < # define SED for historic ltconfig's generated by Libtool 1.3
81 < test -z "$SED" && SED=sed
78 > package_revision=1.3017
79  
80   # Be Bourne compatible
81   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
# Line 4911 | Line 4908 | func_mode_link ()
4908        fi
4909      done # argument parsing loop
4910  
4914    if test "$module" = yes ; then
4915      # [Mandriva] dropping ld option "--no-undefined" which is wrong for plugins
4916      linker_flags=`$ECHO "X $linker_flags" | $Xsed -e 's/ --no-undefined//'`
4917      compiler_flags=`$ECHO "X $compiler_flags" | $Xsed -e 's/ -Wl,--no-undefined//'`
4918    fi
4919
4911      test -n "$prev" && \
4912        func_fatal_help "the \`$prevarg' option requires an argument"
4913  
# Line 5042 | Line 5033 | func_mode_link ()
5033          case $pass in
5034          dlopen) libs="$dlfiles" ;;
5035          dlpreopen) libs="$dlprefiles" ;;
5036 <        link)
5046 <          libs="$deplibs %DEPLIBS%"
5047 <          test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
5048 <          ;;
5036 >        link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
5037          esac
5038        fi
5039        if test "$linkmode,$pass" = "lib,dlpreopen"; then
# Line 7059 | Line 7047 | EOF
7047          fi
7048  
7049          tmp_deplibs=
7062        inst_prefix_arg=
7050          for test_deplib in $deplibs; do
7051            case " $convenience " in
7052            *" $test_deplib "*) ;;
7053            *)
7054 <                if test -n "$inst_prefix_dir" && (echo "$test_deplib" | grep -- "$inst_prefix_dir" >/dev/null); then
7068 <                        inst_prefix_arg="$inst_prefix_arg $test_deplib"
7069 <                else
7070 <                        tmp_deplibs="$tmp_deplibs $test_deplib"
7071 <                fi
7054 >            tmp_deplibs="$tmp_deplibs $test_deplib"
7055              ;;
7056            esac
7057          done
7058          deplibs="$tmp_deplibs"
7076        if test -n "$inst_prefix_arg"; then
7077                deplibs="$inst_prefix_arg $deplibs"
7078        fi
7059  
7060          if test -n "$convenience"; then
7061            if test -n "$whole_archive_flag_spec" &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines