Ignore:
Timestamp:
08/08/12 21:18:29 (12 years ago)
Author:
tbretz
Message:
Updated to the latest version auf autoconf/automake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.aux_dir/ltmain.sh

    r12832 r14328  
    11
    2 # libtool (GNU libtool) 2.4
     2# libtool (GNU libtool) 2.4.2
    33# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
    44
    55# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
    6 # 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     6# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
    77# This is free software; see the source for copying conditions.  There is NO
    88# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     
    4242#       --no-quiet, --no-silent
    4343#                            print informational messages (default)
     44#       --no-warn            don't display warning messages
    4445#       --tag=TAG            use configuration variables from tag TAG
    4546#   -v, --verbose            print more informational messages than default
     
    7071#         compiler flags:               $LTCFLAGS
    7172#         linker:               $LD (gnu? $with_gnu_ld)
    72 #         $progname:    (GNU libtool) 2.4 Debian-2.4-2ubuntu1
     73#         $progname:    (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
    7374#         automake:     $automake_version
    7475#         autoconf:     $autoconf_version
     
    8081PROGRAM=libtool
    8182PACKAGE=libtool
    82 VERSION="2.4 Debian-2.4-2ubuntu1"
     83VERSION="2.4.2 Debian-2.4.2-1ubuntu1"
    8384TIMESTAMP=""
    84 package_revision=1.3293
     85package_revision=1.3337
    8586
    8687# Be Bourne compatible
     
    137138: ${CP="cp -f"}
    138139test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
    139 : ${EGREP="/bin/grep -E"}
    140 : ${FGREP="/bin/grep -F"}
    141 : ${GREP="/bin/grep"}
    142 : ${LN_S="ln -s"}
    143140: ${MAKE="make"}
    144141: ${MKDIR="mkdir"}
    145142: ${MV="mv -f"}
    146143: ${RM="rm -f"}
    147 : ${SED="/bin/sed"}
    148144: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
    149145: ${Xsed="$SED -e 1s/^X//"}
     
    388384  *)
    389385     save_IFS="$IFS"
    390      IFS=:
     386     IFS=${PATH_SEPARATOR-:}
    391387     for progdir in $PATH; do
    392388       IFS="$save_IFS"
     
    772768        s*\$LD*'"$LD"'*
    773769        s/\$with_gnu_ld/'"$with_gnu_ld"'/
    774         s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
    775         s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
     770        s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
     771        s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
    776772        p
    777773        d
     
    10531049opt_help_all=false
    10541050opt_silent=:
     1051opt_warning=:
    10551052opt_verbose=:
    10561053opt_silent=false
     
    11191116      --no-silent|--no-quiet)
    11201117                        opt_silent=false
     1118func_append preserve_args " $opt"
     1119                        ;;
     1120      --no-warning|--no-warn)
     1121                        opt_warning=false
    11211122func_append preserve_args " $opt"
    11221123                        ;;
     
    20602061    *.ada | *.adb | *.ads | *.asm | \
    20612062    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
    2062     *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
     2063    *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
    20632064      func_xform "$libobj"
    20642065      libobj=$func_xform_result
     
    32023203      # Set up the ranlib parameters.
    32033204      oldlib="$destdir/$name"
     3205      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
     3206      tool_oldlib=$func_to_tool_file_result
    32043207
    32053208      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
    32063209
    32073210      if test -n "$stripme" && test -n "$old_striplib"; then
    3208         func_show_eval "$old_striplib $oldlib" 'exit $?'
     3211        func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
    32093212      fi
    32103213
     
    34713474          # pic_flag when linking with -static.  The problem exists in
    34723475          # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
    3473           *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
     3476          *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
    34743477            pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
    34753478          *-*-hpux*)
     
    39833986func_exec_program ()
    39843987{
    3985   for lt_wr_arg
    3986   do
    3987     case \$lt_wr_arg in
    3988     --lt-*) ;;
    3989     *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
    3990     esac
    3991     shift
    3992   done
     3988  case \" \$* \" in
     3989  *\\ --lt-*)
     3990    for lt_wr_arg
     3991    do
     3992      case \$lt_wr_arg in
     3993      --lt-*) ;;
     3994      *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
     3995      esac
     3996      shift
     3997    done ;;
     3998  esac
    39933999  func_exec_program_core \${1+\"\$@\"}
    39944000}
     
    50585064EOF
    50595065            func_emit_wrapper yes |
    5060               $SED -e 's/\([\\"]\)/\\\1/g' \
    5061                    -e 's/^/  fputs ("/' -e 's/$/\\n", f);/'
    5062 
     5066              $SED -n -e '
     5067s/^\(.\{79\}\)\(..*\)/\1\
     5068\2/
     5069h
     5070s/\([\\"]\)/\\\1/g
     5071s/$/\\n/
     5072s/\([^\n]*\).*/  fputs ("\1", f);/p
     5073g
     5074D'
    50635075            cat <<"EOF"
    50645076}
     
    56445656        ;;
    56455657
    5646       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
     5658      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
     5659      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
    56475660        func_append compiler_flags " $arg"
    56485661        func_append compile_command " $arg"
     
    61516164        found=no
    61526165        case $deplib in
    6153         -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
     6166        -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
     6167        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
    61546168          if test "$linkmode,$pass" = "prog,link"; then
    61556169            compile_deplibs="$deplib $compile_deplibs"
     
    67026716            fi
    67036717          done
     6718          if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
     6719            if test "$linkmode" != prog; then
     6720            echo
     6721            #  $ECHO "*** Warning: Linking the executable $output against the loadable module"
     6722            #else
     6723              $ECHO "*** Warning: Linking the shared library $output against the loadable module"
     6724            $ECHO "*** $linklib is not portable!"
     6725            fi
     6726          fi
    67046727          if test "$linkmode" = lib &&
    67056728             test "$hardcode_into_libs" = yes; then
     
    68266849                add="$dir/$linklib"
    68276850              elif test "$hardcode_minus_L" = yes; then
    6828                 add_dir="-L$dir"
     6851                add_dir="-L$absdir"
    68296852                # Try looking first in the location we're being installed to.
    68306853                if test -n "$inst_prefix_dir"; then
     
    73117334          #
    73127335          case $version_type in
     7336          # correct linux to gnu/linux during the next big refactor
    73137337          darwin|linux|osf|windows|none)
    73147338            func_arith $number_major + $number_minor
     
    74307454          ;;
    74317455
    7432         linux)
     7456        linux) # correct to gnu/linux during the next big refactor
    74337457          func_arith $current - $age
    74347458          major=.$func_arith_result
     
    80188042      # Test again, we may have decided not to build it any more
    80198043      if test "$build_libtool_libs" = yes; then
     8044        # Remove ${wl} instances when linking with ld.
     8045        # FIXME: should test the right _cmds variable.
     8046        case $archive_cmds in
     8047          *\$LD\ *) wl= ;;
     8048        esac
    80208049        if test "$hardcode_into_libs" = yes; then
    80218050          # Hardcode the library paths
     
    80488077              case "$perm_rpath " in
    80498078              *" $libdir "*) ;;
    8050               *) func_apped perm_rpath " $libdir" ;;
     8079              *) func_append perm_rpath " $libdir" ;;
    80518080              esac
    80528081            fi
     
    80568085             test -n "$hardcode_libdirs"; then
    80578086            libdir="$hardcode_libdirs"
    8058             if test -n "$hardcode_libdir_flag_spec_ld"; then
    8059               eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
    8060             else
    8061               eval dep_rpath=\"$hardcode_libdir_flag_spec\"
    8062             fi
     8087            eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
    80638088          fi
    80648089          if test -n "$runpath_var" && test -n "$perm_rpath"; then
     
    91509175          done
    91519176        fi
     9177        func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
     9178        tool_oldlib=$func_to_tool_file_result
    91529179        eval cmds=\"$old_archive_cmds\"
    91539180
     
    92599286                func_basename "$deplib"
    92609287                name="$func_basename_result"
    9261                 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
     9288                func_resolve_sysroot "$deplib"
     9289                eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
    92629290                test -z "$libdir" && \
    92639291                  func_fatal_error "\`$deplib' is not a valid libtool archive"
Note: See TracChangeset for help on using the changeset viewer.