Changeset 14328 for trunk/FACT++/.aux_dir
- Timestamp:
- 08/08/12 21:18:29 (13 years ago)
- Location:
- trunk/FACT++/.aux_dir
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/.aux_dir/config.guess
r12832 r14328 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 5 # 2011 Free Software Foundation, Inc.6 7 timestamp='201 1-05-11'5 # 2011, 2012 Free Software Foundation, Inc. 6 7 timestamp='2012-02-10' 8 8 9 9 # This file is free software; you can redistribute it and/or modify it … … 18 18 # 19 19 # 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/>. 23 21 # 24 22 # As a special exception to the GNU General Public License, if you … … 58 56 Originally written by Per Bothner. 59 57 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 60 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free61 Software Foundation, Inc.58 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 59 Free Software Foundation, Inc. 62 60 63 61 This is free software; see the source for copying conditions. There is NO … … 146 144 *:NetBSD:*:*) 147 145 # NetBSD (nbsd) targets should (where applicable) match one or 148 # more of the tup ples: *-*-netbsdelf*, *-*-netbsdaout*,146 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, 149 147 # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently 150 148 # switched to ELF, *-*-netbsd* would select the old … … 793 791 exit ;; 794 792 *: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 798 795 amd64) 799 796 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 800 797 *) 801 echo ${UNAME_ MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;798 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 802 799 esac 803 800 exit ;; … … 807 804 *:MINGW*:*) 808 805 echo ${UNAME_MACHINE}-pc-mingw32 806 exit ;; 807 i*:MSYS*:*) 808 echo ${UNAME_MACHINE}-pc-msys 809 809 exit ;; 810 810 i*:windows32*:*) … … 862 862 echo ${UNAME_MACHINE}-pc-minix 863 863 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 ;; 864 871 alpha:Linux:*:*) 865 872 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in … … 896 903 exit ;; 897 904 cris:Linux:*:*) 898 echo cris-axis-linux-gnu905 echo ${UNAME_MACHINE}-axis-linux-gnu 899 906 exit ;; 900 907 crisv32:Linux:*:*) 901 echo crisv32-axis-linux-gnu908 echo ${UNAME_MACHINE}-axis-linux-gnu 902 909 exit ;; 903 910 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 905 915 exit ;; 906 916 i*86:Linux:*:*) … … 944 954 ;; 945 955 or32:Linux:*:*) 946 echo or32-unknown-linux-gnu956 echo ${UNAME_MACHINE}-unknown-linux-gnu 947 957 exit ;; 948 958 padre:Linux:*:*) … … 979 989 exit ;; 980 990 tile*:Linux:*:*) 981 echo ${UNAME_MACHINE}- tilera-linux-gnu991 echo ${UNAME_MACHINE}-unknown-linux-gnu 982 992 exit ;; 983 993 vax:Linux:*:*) … … 985 995 exit ;; 986 996 x86_64:Linux:*:*) 987 echo x86_64-unknown-linux-gnu997 echo ${UNAME_MACHINE}-unknown-linux-gnu 988 998 exit ;; 989 999 xtensa*:Linux:*:*) … … 1316 1326 echo ${UNAME_MACHINE}-pc-aros 1317 1327 exit ;; 1328 x86_64:VMkernel:*:*) 1329 echo ${UNAME_MACHINE}-unknown-esx 1330 exit ;; 1318 1331 esac 1319 1332 -
trunk/FACT++/.aux_dir/config.sub
r12832 r14328 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 5 # 2011 Free Software Foundation, Inc.6 7 timestamp='201 1-03-23'5 # 2011, 2012 Free Software Foundation, Inc. 6 7 timestamp='2012-02-10' 8 8 9 9 # This file is (in principle) common to ALL GNU software. … … 22 22 # 23 23 # 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/>. 27 25 # 28 26 # As a special exception to the GNU General Public License, if you … … 77 75 78 76 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 79 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free80 Software Foundation, Inc.77 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 78 Free Software Foundation, Inc. 81 79 82 80 This is free software; see the source for copying conditions. There is NO … … 133 131 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 134 132 ;; 133 android-linux) 134 os=-linux-android 135 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown 136 ;; 135 137 *) 136 138 basic_machine=`echo $1 | sed 's/-[^-]*$//'` … … 248 250 1750a | 580 \ 249 251 | a29k \ 252 | aarch64 | aarch64_be \ 250 253 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ 251 254 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 252 255 | am33_2.0 \ 253 256 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 257 | be32 | be64 \ 254 258 | bfin \ 255 259 | c4x | clipper \ 256 260 | d10v | d30v | dlx | dsp16xx \ 261 | epiphany \ 257 262 | fido | fr30 | frv \ 258 263 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 264 | hexagon \ 259 265 | i370 | i860 | i960 | ia64 \ 260 266 | ip2k | iq2000 \ 267 | le32 | le64 \ 261 268 | lm32 \ 262 269 | m32c | m32r | m32rle | m68000 | m68k | m88k \ … … 292 299 | powerpc | powerpc64 | powerpc64le | powerpcle \ 293 300 | pyramid \ 294 | r x \301 | rl78 | rx \ 295 302 | score \ 296 303 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ … … 301 308 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ 302 309 | ubicom32 \ 303 | v850 | v850e \310 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ 304 311 | we32k \ 305 312 | x86 | xc16x | xstormy16 | xtensa \ … … 316 323 basic_machine=tic6x-unknown 317 324 ;; 318 m6811 | m68hc11 | m6812 | m68hc12 | picochip) 319 # Motorola 68HC11/12. 325 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) 320 326 basic_machine=$basic_machine-unknown 321 327 os=-none … … 330 336 basic_machine=arm-unknown 331 337 ;; 332 338 xgate) 339 basic_machine=$basic_machine-unknown 340 os=-none 341 ;; 333 342 xscaleeb) 334 343 basic_machine=armeb-unknown … … 353 362 580-* \ 354 363 | a29k-* \ 364 | aarch64-* | aarch64_be-* \ 355 365 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ 356 366 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ … … 358 368 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 359 369 | avr-* | avr32-* \ 370 | be32-* | be64-* \ 360 371 | bfin-* | bs2000-* \ 361 372 | c[123]* | c30-* | [cjt]90-* | c4x-* \ … … 366 377 | h8300-* | h8500-* \ 367 378 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 379 | hexagon-* \ 368 380 | i*86-* | i860-* | i960-* | ia64-* \ 369 381 | ip2k-* | iq2000-* \ 382 | le32-* | le64-* \ 370 383 | lm32-* \ 371 384 | m32c-* | m32r-* | m32rle-* \ … … 401 414 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ 402 415 | pyramid-* \ 403 | r omp-* | rs6000-* | rx-* \416 | rl78-* | romp-* | rs6000-* | rx-* \ 404 417 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 405 418 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ … … 409 422 | tahoe-* \ 410 423 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 411 | tile -* | tilegx-* \424 | tile*-* \ 412 425 | tron-* \ 413 426 | ubicom32-* \ 414 | v850-* | v850e-* | vax-* \ 427 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ 428 | vax-* \ 415 429 | we32k-* \ 416 430 | x86-* | x86_64-* | xc16x-* | xps100-* \ … … 712 726 basic_machine=i370-ibm 713 727 ;; 714 # I'm not sure what "Sysv32" means. Should this be sysv3.2?715 728 i*86v32) 716 729 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` … … 809 822 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 810 823 ;; 824 msys) 825 basic_machine=i386-pc 826 os=-msys 827 ;; 811 828 mvs) 812 829 basic_machine=i370-ibm 813 830 os=-mvs 831 ;; 832 nacl) 833 basic_machine=le32-unknown 834 os=-nacl 814 835 ;; 815 836 ncr3000) … … 1121 1142 os=-unicos 1122 1143 ;; 1123 # This must be matched before tile*.1124 tilegx*)1125 basic_machine=tilegx-unknown1126 os=-linux-gnu1127 ;;1128 1144 tile*) 1129 basic_machine= tile-unknown1145 basic_machine=$basic_machine-unknown 1130 1146 os=-linux-gnu 1131 1147 ;; … … 1337 1353 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1338 1354 | -chorusos* | -chorusrdb* | -cegcc* \ 1339 | -cygwin* | - pe* | -psos* | -moss* | -proelf* | -rtems* \1355 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1340 1356 | -mingw32* | -linux-gnu* | -linux-android* \ 1341 1357 | -linux-newlib* | -linux-uclibc* \ … … 1549 1565 m68000-sun) 1550 1566 os=-sunos3 1551 # This also exists in the configure program, but was not the1552 # default.1553 # os=-sunos41554 1567 ;; 1555 1568 m68*-cisco) -
trunk/FACT++/.aux_dir/ltmain.sh
r12832 r14328 1 1 2 # libtool (GNU libtool) 2.4 2 # libtool (GNU libtool) 2.4.2 3 3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 4 4 5 5 # 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. 7 7 # This is free software; see the source for copying conditions. There is NO 8 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. … … 42 42 # --no-quiet, --no-silent 43 43 # print informational messages (default) 44 # --no-warn don't display warning messages 44 45 # --tag=TAG use configuration variables from tag TAG 45 46 # -v, --verbose print more informational messages than default … … 70 71 # compiler flags: $LTCFLAGS 71 72 # linker: $LD (gnu? $with_gnu_ld) 72 # $progname: (GNU libtool) 2.4 Debian-2.4-2ubuntu173 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 73 74 # automake: $automake_version 74 75 # autoconf: $autoconf_version … … 80 81 PROGRAM=libtool 81 82 PACKAGE=libtool 82 VERSION="2.4 Debian-2.4-2ubuntu1"83 VERSION="2.4.2 Debian-2.4.2-1ubuntu1" 83 84 TIMESTAMP="" 84 package_revision=1.3 29385 package_revision=1.3337 85 86 86 87 # Be Bourne compatible … … 137 138 : ${CP="cp -f"} 138 139 test "${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"}143 140 : ${MAKE="make"} 144 141 : ${MKDIR="mkdir"} 145 142 : ${MV="mv -f"} 146 143 : ${RM="rm -f"} 147 : ${SED="/bin/sed"}148 144 : ${SHELL="${CONFIG_SHELL-/bin/sh}"} 149 145 : ${Xsed="$SED -e 1s/^X//"} … … 388 384 *) 389 385 save_IFS="$IFS" 390 IFS= :386 IFS=${PATH_SEPARATOR-:} 391 387 for progdir in $PATH; do 392 388 IFS="$save_IFS" … … 772 768 s*\$LD*'"$LD"'* 773 769 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`"'/ 776 772 p 777 773 d … … 1053 1049 opt_help_all=false 1054 1050 opt_silent=: 1051 opt_warning=: 1055 1052 opt_verbose=: 1056 1053 opt_silent=false … … 1119 1116 --no-silent|--no-quiet) 1120 1117 opt_silent=false 1118 func_append preserve_args " $opt" 1119 ;; 1120 --no-warning|--no-warn) 1121 opt_warning=false 1121 1122 func_append preserve_args " $opt" 1122 1123 ;; … … 2060 2061 *.ada | *.adb | *.ads | *.asm | \ 2061 2062 *.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) 2063 2064 func_xform "$libobj" 2064 2065 libobj=$func_xform_result … … 3202 3203 # Set up the ranlib parameters. 3203 3204 oldlib="$destdir/$name" 3205 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 3206 tool_oldlib=$func_to_tool_file_result 3204 3207 3205 3208 func_show_eval "$install_prog \$file \$oldlib" 'exit $?' 3206 3209 3207 3210 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 $?' 3209 3212 fi 3210 3213 … … 3471 3474 # pic_flag when linking with -static. The problem exists in 3472 3475 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. 3473 *-*-freebsd2 *|*-*-freebsd3.0*|*-*-freebsdelf3.0*)3476 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) 3474 3477 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; 3475 3478 *-*-hpux*) … … 3983 3986 func_exec_program () 3984 3987 { 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 3993 3999 func_exec_program_core \${1+\"\$@\"} 3994 4000 } … … 5058 5064 EOF 5059 5065 func_emit_wrapper yes | 5060 $SED -e 's/\([\\"]\)/\\\1/g' \ 5061 -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' 5062 5066 $SED -n -e ' 5067 s/^\(.\{79\}\)\(..*\)/\1\ 5068 \2/ 5069 h 5070 s/\([\\"]\)/\\\1/g 5071 s/$/\\n/ 5072 s/\([^\n]*\).*/ fputs ("\1", f);/p 5073 g 5074 D' 5063 5075 cat <<"EOF" 5064 5076 } … … 5644 5656 ;; 5645 5657 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=*) 5647 5660 func_append compiler_flags " $arg" 5648 5661 func_append compile_command " $arg" … … 6151 6164 found=no 6152 6165 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=*) 6154 6168 if test "$linkmode,$pass" = "prog,link"; then 6155 6169 compile_deplibs="$deplib $compile_deplibs" … … 6702 6716 fi 6703 6717 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 6704 6727 if test "$linkmode" = lib && 6705 6728 test "$hardcode_into_libs" = yes; then … … 6826 6849 add="$dir/$linklib" 6827 6850 elif test "$hardcode_minus_L" = yes; then 6828 add_dir="-L$ dir"6851 add_dir="-L$absdir" 6829 6852 # Try looking first in the location we're being installed to. 6830 6853 if test -n "$inst_prefix_dir"; then … … 7311 7334 # 7312 7335 case $version_type in 7336 # correct linux to gnu/linux during the next big refactor 7313 7337 darwin|linux|osf|windows|none) 7314 7338 func_arith $number_major + $number_minor … … 7430 7454 ;; 7431 7455 7432 linux) 7456 linux) # correct to gnu/linux during the next big refactor 7433 7457 func_arith $current - $age 7434 7458 major=.$func_arith_result … … 8018 8042 # Test again, we may have decided not to build it any more 8019 8043 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 8020 8049 if test "$hardcode_into_libs" = yes; then 8021 8050 # Hardcode the library paths … … 8048 8077 case "$perm_rpath " in 8049 8078 *" $libdir "*) ;; 8050 *) func_appe d perm_rpath " $libdir" ;;8079 *) func_append perm_rpath " $libdir" ;; 8051 8080 esac 8052 8081 fi … … 8056 8085 test -n "$hardcode_libdirs"; then 8057 8086 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\"" 8063 8088 fi 8064 8089 if test -n "$runpath_var" && test -n "$perm_rpath"; then … … 9150 9175 done 9151 9176 fi 9177 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 9178 tool_oldlib=$func_to_tool_file_result 9152 9179 eval cmds=\"$old_archive_cmds\" 9153 9180 … … 9259 9286 func_basename "$deplib" 9260 9287 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` 9262 9290 test -z "$libdir" && \ 9263 9291 func_fatal_error "\`$deplib' is not a valid libtool archive"
Note:
See TracChangeset
for help on using the changeset viewer.