Ignore:
Timestamp:
08/08/12 21:18:29 (13 years ago)
Author:
tbretz
Message:
Updated to the latest version auf autoconf/automake
Location:
trunk/FACT++/.aux_dir
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.aux_dir/config.guess

    r12832 r14328  
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    44#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
    5 #   2011 Free Software Foundation, Inc.
    6 
    7 timestamp='2011-05-11'
     5#   2011, 2012 Free Software Foundation, Inc.
     6
     7timestamp='2012-02-10'
    88
    99# This file is free software; you can redistribute it and/or modify it
     
    1818#
    1919# You should have received a copy of the GNU General Public License
    20 # along with this program; if not, write to the Free Software
    21 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    22 # 02110-1301, USA.
     20# along with this program; if not, see <http://www.gnu.org/licenses/>.
    2321#
    2422# As a special exception to the GNU General Public License, if you
     
    5856Originally written by Per Bothner.
    5957Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    60 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
    61 Software Foundation, Inc.
     582001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
     59Free Software Foundation, Inc.
    6260
    6361This is free software; see the source for copying conditions.  There is NO
     
    146144    *:NetBSD:*:*)
    147145        # NetBSD (nbsd) targets should (where applicable) match one or
    148         # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
     146        # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
    149147        # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
    150148        # switched to ELF, *-*-netbsd* would select the old
     
    793791        exit ;;
    794792    *:FreeBSD:*:*)
    795         case ${UNAME_MACHINE} in
    796             pc98)
    797                 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
     793        UNAME_PROCESSOR=`/usr/bin/uname -p`
     794        case ${UNAME_PROCESSOR} in
    798795            amd64)
    799796                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
    800797            *)
    801                 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
     798                echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
    802799        esac
    803800        exit ;;
     
    807804    *:MINGW*:*)
    808805        echo ${UNAME_MACHINE}-pc-mingw32
     806        exit ;;
     807    i*:MSYS*:*)
     808        echo ${UNAME_MACHINE}-pc-msys
    809809        exit ;;
    810810    i*:windows32*:*)
     
    862862        echo ${UNAME_MACHINE}-pc-minix
    863863        exit ;;
     864    aarch64:Linux:*:*)
     865        echo ${UNAME_MACHINE}-unknown-linux-gnu
     866        exit ;;
     867    aarch64_be:Linux:*:*)
     868        UNAME_MACHINE=aarch64_be
     869        echo ${UNAME_MACHINE}-unknown-linux-gnu
     870        exit ;;
    864871    alpha:Linux:*:*)
    865872        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
     
    896903        exit ;;
    897904    cris:Linux:*:*)
    898         echo cris-axis-linux-gnu
     905        echo ${UNAME_MACHINE}-axis-linux-gnu
    899906        exit ;;
    900907    crisv32:Linux:*:*)
    901         echo crisv32-axis-linux-gnu
     908        echo ${UNAME_MACHINE}-axis-linux-gnu
    902909        exit ;;
    903910    frv:Linux:*:*)
    904         echo frv-unknown-linux-gnu
     911        echo ${UNAME_MACHINE}-unknown-linux-gnu
     912        exit ;;
     913    hexagon:Linux:*:*)
     914        echo ${UNAME_MACHINE}-unknown-linux-gnu
    905915        exit ;;
    906916    i*86:Linux:*:*)
     
    944954        ;;
    945955    or32:Linux:*:*)
    946         echo or32-unknown-linux-gnu
     956        echo ${UNAME_MACHINE}-unknown-linux-gnu
    947957        exit ;;
    948958    padre:Linux:*:*)
     
    979989        exit ;;
    980990    tile*:Linux:*:*)
    981         echo ${UNAME_MACHINE}-tilera-linux-gnu
     991        echo ${UNAME_MACHINE}-unknown-linux-gnu
    982992        exit ;;
    983993    vax:Linux:*:*)
     
    985995        exit ;;
    986996    x86_64:Linux:*:*)
    987         echo x86_64-unknown-linux-gnu
     997        echo ${UNAME_MACHINE}-unknown-linux-gnu
    988998        exit ;;
    989999    xtensa*:Linux:*:*)
     
    13161326        echo ${UNAME_MACHINE}-pc-aros
    13171327        exit ;;
     1328    x86_64:VMkernel:*:*)
     1329        echo ${UNAME_MACHINE}-unknown-esx
     1330        exit ;;
    13181331esac
    13191332
  • trunk/FACT++/.aux_dir/config.sub

    r12832 r14328  
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    44#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
    5 #   2011 Free Software Foundation, Inc.
    6 
    7 timestamp='2011-03-23'
     5#   2011, 2012 Free Software Foundation, Inc.
     6
     7timestamp='2012-02-10'
    88
    99# This file is (in principle) common to ALL GNU software.
     
    2222#
    2323# You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    26 # 02110-1301, USA.
     24# along with this program; if not, see <http://www.gnu.org/licenses/>.
    2725#
    2826# As a special exception to the GNU General Public License, if you
     
    7775
    7876Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    79 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
    80 Software Foundation, Inc.
     772001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
     78Free Software Foundation, Inc.
    8179
    8280This is free software; see the source for copying conditions.  There is NO
     
    133131    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
    134132    ;;
     133  android-linux)
     134    os=-linux-android
     135    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
     136    ;;
    135137  *)
    136138    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
     
    248250        1750a | 580 \
    249251        | a29k \
     252        | aarch64 | aarch64_be \
    250253        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
    251254        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
    252255        | am33_2.0 \
    253256        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
     257        | be32 | be64 \
    254258        | bfin \
    255259        | c4x | clipper \
    256260        | d10v | d30v | dlx | dsp16xx \
     261        | epiphany \
    257262        | fido | fr30 | frv \
    258263        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
     264        | hexagon \
    259265        | i370 | i860 | i960 | ia64 \
    260266        | ip2k | iq2000 \
     267        | le32 | le64 \
    261268        | lm32 \
    262269        | m32c | m32r | m32rle | m68000 | m68k | m88k \
     
    292299        | powerpc | powerpc64 | powerpc64le | powerpcle \
    293300        | pyramid \
    294         | rx \
     301        | rl78 | rx \
    295302        | score \
    296303        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
     
    301308        | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
    302309        | ubicom32 \
    303         | v850 | v850e \
     310        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
    304311        | we32k \
    305312        | x86 | xc16x | xstormy16 | xtensa \
     
    316323                basic_machine=tic6x-unknown
    317324                ;;
    318         m6811 | m68hc11 | m6812 | m68hc12 | picochip)
    319                 # Motorola 68HC11/12.
     325        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
    320326                basic_machine=$basic_machine-unknown
    321327                os=-none
     
    330336                basic_machine=arm-unknown
    331337                ;;
    332 
     338        xgate)
     339                basic_machine=$basic_machine-unknown
     340                os=-none
     341                ;;
    333342        xscaleeb)
    334343                basic_machine=armeb-unknown
     
    353362        580-* \
    354363        | a29k-* \
     364        | aarch64-* | aarch64_be-* \
    355365        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
    356366        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
     
    358368        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
    359369        | avr-* | avr32-* \
     370        | be32-* | be64-* \
    360371        | bfin-* | bs2000-* \
    361372        | c[123]* | c30-* | [cjt]90-* | c4x-* \
     
    366377        | h8300-* | h8500-* \
    367378        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
     379        | hexagon-* \
    368380        | i*86-* | i860-* | i960-* | ia64-* \
    369381        | ip2k-* | iq2000-* \
     382        | le32-* | le64-* \
    370383        | lm32-* \
    371384        | m32c-* | m32r-* | m32rle-* \
     
    401414        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
    402415        | pyramid-* \
    403         | romp-* | rs6000-* | rx-* \
     416        | rl78-* | romp-* | rs6000-* | rx-* \
    404417        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
    405418        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
     
    409422        | tahoe-* \
    410423        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
    411         | tile-* | tilegx-* \
     424        | tile*-* \
    412425        | tron-* \
    413426        | ubicom32-* \
    414         | v850-* | v850e-* | vax-* \
     427        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
     428        | vax-* \
    415429        | we32k-* \
    416430        | x86-* | x86_64-* | xc16x-* | xps100-* \
     
    712726                basic_machine=i370-ibm
    713727                ;;
    714 # I'm not sure what "Sysv32" means.  Should this be sysv3.2?
    715728        i*86v32)
    716729                basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
     
    809822                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
    810823                ;;
     824        msys)
     825                basic_machine=i386-pc
     826                os=-msys
     827                ;;
    811828        mvs)
    812829                basic_machine=i370-ibm
    813830                os=-mvs
     831                ;;
     832        nacl)
     833                basic_machine=le32-unknown
     834                os=-nacl
    814835                ;;
    815836        ncr3000)
     
    11211142                os=-unicos
    11221143                ;;
    1123         # This must be matched before tile*.
    1124         tilegx*)
    1125                 basic_machine=tilegx-unknown
    1126                 os=-linux-gnu
    1127                 ;;
    11281144        tile*)
    1129                 basic_machine=tile-unknown
     1145                basic_machine=$basic_machine-unknown
    11301146                os=-linux-gnu
    11311147                ;;
     
    13371353              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
    13381354              | -chorusos* | -chorusrdb* | -cegcc* \
    1339               | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
     1355              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    13401356              | -mingw32* | -linux-gnu* | -linux-android* \
    13411357              | -linux-newlib* | -linux-uclibc* \
     
    15491565        m68000-sun)
    15501566                os=-sunos3
    1551                 # This also exists in the configure program, but was not the
    1552                 # default.
    1553                 # os=-sunos4
    15541567                ;;
    15551568        m68*-cisco)
  • 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.