Merge lp:~dobey/ubuntu/precise/ubuntuone-client-gnome/release-2-99-2 into lp:ubuntu/precise/ubuntuone-client-gnome

Proposed by dobey
Status: Merged
Merged at revision: 13
Proposed branch: lp:~dobey/ubuntu/precise/ubuntuone-client-gnome/release-2-99-2
Merge into: lp:ubuntu/precise/ubuntuone-client-gnome
Diff against target: 1662 lines (+414/-172)
7 files modified
configure (+121/-69)
configure.ac (+1/-1)
debian/changelog (+6/-0)
ltmain.sh (+57/-38)
m4/libtool.m4 (+207/-57)
m4/ltoptions.m4 (+17/-2)
m4/ltversion.m4 (+5/-5)
To merge this branch: bzr merge lp:~dobey/ubuntu/precise/ubuntuone-client-gnome/release-2-99-2
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+88960@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure'
--- configure 2012-01-04 13:23:49 +0000
+++ configure 2012-01-17 23:06:35 +0000
@@ -1,6 +1,6 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for ubuntuone-client-gnome 2.99.1.3# Generated by GNU Autoconf 2.68 for ubuntuone-client-gnome 2.99.2.
4#4#
5#5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -567,8 +567,8 @@
567# Identity of this package.567# Identity of this package.
568PACKAGE_NAME='ubuntuone-client-gnome'568PACKAGE_NAME='ubuntuone-client-gnome'
569PACKAGE_TARNAME='ubuntuone-client-gnome'569PACKAGE_TARNAME='ubuntuone-client-gnome'
570PACKAGE_VERSION='2.99.1'570PACKAGE_VERSION='2.99.2'
571PACKAGE_STRING='ubuntuone-client-gnome 2.99.1'571PACKAGE_STRING='ubuntuone-client-gnome 2.99.2'
572PACKAGE_BUGREPORT=''572PACKAGE_BUGREPORT=''
573PACKAGE_URL=''573PACKAGE_URL=''
574574
@@ -1353,7 +1353,7 @@
1353 # Omit some internal or obsolete options to make the list less imposing.1353 # Omit some internal or obsolete options to make the list less imposing.
1354 # This message is too long to be a string in the A/UX 3.1 sh.1354 # This message is too long to be a string in the A/UX 3.1 sh.
1355 cat <<_ACEOF1355 cat <<_ACEOF
1356\`configure' configures ubuntuone-client-gnome 2.99.1 to adapt to many kinds of systems.1356\`configure' configures ubuntuone-client-gnome 2.99.2 to adapt to many kinds of systems.
13571357
1358Usage: $0 [OPTION]... [VAR=VALUE]...1358Usage: $0 [OPTION]... [VAR=VALUE]...
13591359
@@ -1424,7 +1424,7 @@
14241424
1425if test -n "$ac_init_help"; then1425if test -n "$ac_init_help"; then
1426 case $ac_init_help in1426 case $ac_init_help in
1427 short | recursive ) echo "Configuration of ubuntuone-client-gnome 2.99.1:";;1427 short | recursive ) echo "Configuration of ubuntuone-client-gnome 2.99.2:";;
1428 esac1428 esac
1429 cat <<\_ACEOF1429 cat <<\_ACEOF
14301430
@@ -1450,7 +1450,7 @@
1450Optional Packages:1450Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1453 --with-pic try to use only PIC/non-PIC objects [default=use1453 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1454 both]1454 both]
1455 --with-gnu-ld assume the C compiler uses GNU ld [default=no]1455 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1456 --with-sysroot=DIR Search for dependent libraries within DIR1456 --with-sysroot=DIR Search for dependent libraries within DIR
@@ -1547,7 +1547,7 @@
1547test -n "$ac_init_help" && exit $ac_status1547test -n "$ac_init_help" && exit $ac_status
1548if $ac_init_version; then1548if $ac_init_version; then
1549 cat <<\_ACEOF1549 cat <<\_ACEOF
1550ubuntuone-client-gnome configure 2.99.11550ubuntuone-client-gnome configure 2.99.2
1551generated by GNU Autoconf 2.681551generated by GNU Autoconf 2.68
15521552
1553Copyright (C) 2010 Free Software Foundation, Inc.1553Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1825,7 +1825,7 @@
1825This file contains any messages produced by compilers while1825This file contains any messages produced by compilers while
1826running configure, to aid debugging if configure makes a mistake.1826running configure, to aid debugging if configure makes a mistake.
18271827
1828It was created by ubuntuone-client-gnome $as_me 2.99.1, which was1828It was created by ubuntuone-client-gnome $as_me 2.99.2, which was
1829generated by GNU Autoconf 2.68. Invocation command line was1829generated by GNU Autoconf 2.68. Invocation command line was
18301830
1831 $ $0 $@1831 $ $0 $@
@@ -2642,7 +2642,7 @@
26422642
2643# Define the identity of the package.2643# Define the identity of the package.
2644 PACKAGE='ubuntuone-client-gnome'2644 PACKAGE='ubuntuone-client-gnome'
2645 VERSION='2.99.1'2645 VERSION='2.99.2'
26462646
26472647
2648cat >>confdefs.h <<_ACEOF2648cat >>confdefs.h <<_ACEOF
@@ -4409,8 +4409,8 @@
44094409
44104410
44114411
4412macro_version='2.4'4412macro_version='2.4.2'
4413macro_revision='1.3293'4413macro_revision='1.3337'
44144414
44154415
44164416
@@ -5255,6 +5255,11 @@
5255 lt_cv_sys_max_cmd_len=1966085255 lt_cv_sys_max_cmd_len=196608
5256 ;;5256 ;;
52575257
5258 os2*)
5259 # The test takes a long time on OS/2.
5260 lt_cv_sys_max_cmd_len=8192
5261 ;;
5262
5258 osf*)5263 osf*)
5259 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure5264 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5260 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not5265 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
@@ -5294,7 +5299,7 @@
5294 # If test is not a shell built-in, we'll probably end up computing a5299 # If test is not a shell built-in, we'll probably end up computing a
5295 # maximum length that is only half of the actual maximum length, but5300 # maximum length that is only half of the actual maximum length, but
5296 # we can't tell.5301 # we can't tell.
5297 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \5302 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5298 = "X$teststring$teststring"; } >/dev/null 2>&1 &&5303 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5299 test $i != 17 # 1/2 MB should be enough5304 test $i != 17 # 1/2 MB should be enough
5300 do5305 do
@@ -5723,7 +5728,7 @@
5723 lt_cv_deplibs_check_method=pass_all5728 lt_cv_deplibs_check_method=pass_all
5724 ;;5729 ;;
57255730
5726# This must be Linux ELF.5731# This must be glibc/ELF.
5727linux* | k*bsd*-gnu | kopensolaris*-gnu)5732linux* | k*bsd*-gnu | kopensolaris*-gnu)
5728 lt_cv_deplibs_check_method=pass_all5733 lt_cv_deplibs_check_method=pass_all
5729 ;;5734 ;;
@@ -6363,13 +6368,13 @@
6363if test -n "$RANLIB"; then6368if test -n "$RANLIB"; then
6364 case $host_os in6369 case $host_os in
6365 openbsd*)6370 openbsd*)
6366 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"6371 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6367 ;;6372 ;;
6368 *)6373 *)
6369 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"6374 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6370 ;;6375 ;;
6371 esac6376 esac
6372 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"6377 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6373fi6378fi
63746379
6375case $host_os in6380case $host_os in
@@ -6516,6 +6521,7 @@
6516 # which start with @ or ?.6521 # which start with @ or ?.
6517 lt_cv_sys_global_symbol_pipe="$AWK '"\6522 lt_cv_sys_global_symbol_pipe="$AWK '"\
6518" {last_section=section; section=\$ 3};"\6523" {last_section=section; section=\$ 3};"\
6524" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6519" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\6525" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6520" \$ 0!~/External *\|/{next};"\6526" \$ 0!~/External *\|/{next};"\
6521" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\6527" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
@@ -6904,7 +6910,7 @@
6904 CFLAGS="$SAVE_CFLAGS"6910 CFLAGS="$SAVE_CFLAGS"
6905 fi6911 fi
6906 ;;6912 ;;
6907sparc*-*solaris*)6913*-*solaris*)
6908 # Find out which ABI we are using.6914 # Find out which ABI we are using.
6909 echo 'int i;' > conftest.$ac_ext6915 echo 'int i;' > conftest.$ac_ext
6910 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&56916 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
@@ -6915,7 +6921,20 @@
6915 case `/usr/bin/file conftest.o` in6921 case `/usr/bin/file conftest.o` in
6916 *64-bit*)6922 *64-bit*)
6917 case $lt_cv_prog_gnu_ld in6923 case $lt_cv_prog_gnu_ld in
6918 yes*) LD="${LD-ld} -m elf64_sparc" ;;6924 yes*)
6925 case $host in
6926 i?86-*-solaris*)
6927 LD="${LD-ld} -m elf_x86_64"
6928 ;;
6929 sparc*-*-solaris*)
6930 LD="${LD-ld} -m elf64_sparc"
6931 ;;
6932 esac
6933 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6934 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6935 LD="${LD-ld}_sol2"
6936 fi
6937 ;;
6919 *)6938 *)
6920 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then6939 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6921 LD="${LD-ld} -64"6940 LD="${LD-ld} -64"
@@ -7555,7 +7574,13 @@
7555 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \7574 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7556 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err7575 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7557 _lt_result=$?7576 _lt_result=$?
7558 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then7577 # If there is a non-empty error log, and "single_module"
7578 # appears in it, assume the flag caused a linker warning
7579 if test -s conftest.err && $GREP single_module conftest.err; then
7580 cat conftest.err >&5
7581 # Otherwise, if the output was created with a 0 exit code from
7582 # the compiler, it worked.
7583 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7559 lt_cv_apple_cc_single_mod=yes7584 lt_cv_apple_cc_single_mod=yes
7560 else7585 else
7561 cat conftest.err >&57586 cat conftest.err >&5
@@ -7566,6 +7591,7 @@
7566fi7591fi
7567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&57592{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7568$as_echo "$lt_cv_apple_cc_single_mod" >&6; }7593$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7594
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&57595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7570$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }7596$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7571if ${lt_cv_ld_exported_symbols_list+:} false; then :7597if ${lt_cv_ld_exported_symbols_list+:} false; then :
@@ -7598,6 +7624,7 @@
7598fi7624fi
7599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&57625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7600$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }7626$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7627
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&57628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7602$as_echo_n "checking for -force_load linker flag... " >&6; }7629$as_echo_n "checking for -force_load linker flag... " >&6; }
7603if ${lt_cv_ld_force_load+:} false; then :7630if ${lt_cv_ld_force_load+:} false; then :
@@ -7619,7 +7646,9 @@
7619 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&57646 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7620 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err7647 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7621 _lt_result=$?7648 _lt_result=$?
7622 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then7649 if test -s conftest.err && $GREP force_load conftest.err; then
7650 cat conftest.err >&5
7651 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7623 lt_cv_ld_force_load=yes7652 lt_cv_ld_force_load=yes
7624 else7653 else
7625 cat conftest.err >&57654 cat conftest.err >&5
@@ -8024,7 +8053,22 @@
80248053
8025# Check whether --with-pic was given.8054# Check whether --with-pic was given.
8026if test "${with_pic+set}" = set; then :8055if test "${with_pic+set}" = set; then :
8027 withval=$with_pic; pic_mode="$withval"8056 withval=$with_pic; lt_p=${PACKAGE-default}
8057 case $withval in
8058 yes|no) pic_mode=$withval ;;
8059 *)
8060 pic_mode=default
8061 # Look at the argument we got. We use all the common list separators.
8062 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8063 for lt_pkg in $withval; do
8064 IFS="$lt_save_ifs"
8065 if test "X$lt_pkg" = "X$lt_p"; then
8066 pic_mode=yes
8067 fi
8068 done
8069 IFS="$lt_save_ifs"
8070 ;;
8071 esac
8028else8072else
8029 pic_mode=default8073 pic_mode=default
8030fi8074fi
@@ -8102,6 +8146,10 @@
81028146
81038147
81048148
8149
8150
8151
8152
8105test -z "$LN_S" && LN_S="ln -s"8153test -z "$LN_S" && LN_S="ln -s"
81068154
81078155
@@ -8561,7 +8609,9 @@
8561 case $cc_basename in8609 case $cc_basename in
8562 nvcc*) # Cuda Compiler Driver 2.28610 nvcc*) # Cuda Compiler Driver 2.2
8563 lt_prog_compiler_wl='-Xlinker '8611 lt_prog_compiler_wl='-Xlinker '
8564 lt_prog_compiler_pic='-Xcompiler -fPIC'8612 if test -n "$lt_prog_compiler_pic"; then
8613 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8614 fi
8565 ;;8615 ;;
8566 esac8616 esac
8567 else8617 else
@@ -8652,18 +8702,33 @@
8652 ;;8702 ;;
8653 *)8703 *)
8654 case `$CC -V 2>&1 | sed 5q` in8704 case `$CC -V 2>&1 | sed 5q` in
8655 *Sun\ F* | *Sun*Fortran*)8705 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8656 # Sun Fortran 8.3 passes all unrecognized flags to the linker8706 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8657 lt_prog_compiler_pic='-KPIC'8707 lt_prog_compiler_pic='-KPIC'
8658 lt_prog_compiler_static='-Bstatic'8708 lt_prog_compiler_static='-Bstatic'
8659 lt_prog_compiler_wl=''8709 lt_prog_compiler_wl=''
8660 ;;8710 ;;
8711 *Sun\ F* | *Sun*Fortran*)
8712 lt_prog_compiler_pic='-KPIC'
8713 lt_prog_compiler_static='-Bstatic'
8714 lt_prog_compiler_wl='-Qoption ld '
8715 ;;
8661 *Sun\ C*)8716 *Sun\ C*)
8662 # Sun C 5.98717 # Sun C 5.9
8663 lt_prog_compiler_pic='-KPIC'8718 lt_prog_compiler_pic='-KPIC'
8664 lt_prog_compiler_static='-Bstatic'8719 lt_prog_compiler_static='-Bstatic'
8665 lt_prog_compiler_wl='-Wl,'8720 lt_prog_compiler_wl='-Wl,'
8666 ;;8721 ;;
8722 *Intel*\ [CF]*Compiler*)
8723 lt_prog_compiler_wl='-Wl,'
8724 lt_prog_compiler_pic='-fPIC'
8725 lt_prog_compiler_static='-static'
8726 ;;
8727 *Portland\ Group*)
8728 lt_prog_compiler_wl='-Wl,'
8729 lt_prog_compiler_pic='-fpic'
8730 lt_prog_compiler_static='-Bstatic'
8731 ;;
8667 esac8732 esac
8668 ;;8733 ;;
8669 esac8734 esac
@@ -9025,7 +9090,6 @@
9025 hardcode_direct=no9090 hardcode_direct=no
9026 hardcode_direct_absolute=no9091 hardcode_direct_absolute=no
9027 hardcode_libdir_flag_spec=9092 hardcode_libdir_flag_spec=
9028 hardcode_libdir_flag_spec_ld=
9029 hardcode_libdir_separator=9093 hardcode_libdir_separator=
9030 hardcode_minus_L=no9094 hardcode_minus_L=no
9031 hardcode_shlibpath_var=unsupported9095 hardcode_shlibpath_var=unsupported
@@ -9278,8 +9342,7 @@
9278 xlf* | bgf* | bgxlf* | mpixlf*)9342 xlf* | bgf* | bgxlf* | mpixlf*)
9279 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself9343 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9280 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'9344 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9281 hardcode_libdir_flag_spec=9345 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9282 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9283 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'9346 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9284 if test "x$supports_anon_versioning" = xyes; then9347 if test "x$supports_anon_versioning" = xyes; then
9285 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~9348 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
@@ -9659,6 +9722,7 @@
9659 # The linker will not automatically build a static lib if we build a DLL.9722 # The linker will not automatically build a static lib if we build a DLL.
9660 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'9723 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9661 enable_shared_with_static_runtimes=yes9724 enable_shared_with_static_runtimes=yes
9725 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9662 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'9726 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9663 # Don't use ranlib9727 # Don't use ranlib
9664 old_postinstall_cmds='chmod 644 $oldlib'9728 old_postinstall_cmds='chmod 644 $oldlib'
@@ -9704,6 +9768,7 @@
9704 hardcode_shlibpath_var=unsupported9768 hardcode_shlibpath_var=unsupported
9705 if test "$lt_cv_ld_force_load" = "yes"; then9769 if test "$lt_cv_ld_force_load" = "yes"; then
9706 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'9770 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9771
9707 else9772 else
9708 whole_archive_flag_spec=''9773 whole_archive_flag_spec=''
9709 fi9774 fi
@@ -9732,10 +9797,6 @@
9732 hardcode_shlibpath_var=no9797 hardcode_shlibpath_var=no
9733 ;;9798 ;;
97349799
9735 freebsd1*)
9736 ld_shlibs=no
9737 ;;
9738
9739 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor9800 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9740 # support. Future versions do this automatically, but an explicit c++rt0.o9801 # support. Future versions do this automatically, but an explicit c++rt0.o
9741 # does not break anything, and helps significantly (at the cost of a little9802 # does not break anything, and helps significantly (at the cost of a little
@@ -9748,7 +9809,7 @@
9748 ;;9809 ;;
97499810
9750 # Unfortunately, older versions of FreeBSD 2 do not have this feature.9811 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9751 freebsd2*)9812 freebsd2.*)
9752 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'9813 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9753 hardcode_direct=yes9814 hardcode_direct=yes
9754 hardcode_minus_L=yes9815 hardcode_minus_L=yes
@@ -9787,7 +9848,6 @@
9787 fi9848 fi
9788 if test "$with_gnu_ld" = no; then9849 if test "$with_gnu_ld" = no; then
9789 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'9850 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9790 hardcode_libdir_flag_spec_ld='+b $libdir'
9791 hardcode_libdir_separator=:9851 hardcode_libdir_separator=:
9792 hardcode_direct=yes9852 hardcode_direct=yes
9793 hardcode_direct_absolute=yes9853 hardcode_direct_absolute=yes
@@ -10411,11 +10471,6 @@
1041110471
1041210472
1041310473
10414
10415
10416
10417
10418
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&510474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10420$as_echo_n "checking dynamic linker characteristics... " >&6; }10475$as_echo_n "checking dynamic linker characteristics... " >&6; }
1042110476
@@ -10505,7 +10560,7 @@
1050510560
10506case $host_os in10561case $host_os in
10507aix3*)10562aix3*)
10508 version_type=linux10563 version_type=linux # correct to gnu/linux during the next big refactor
10509 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'10564 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10510 shlibpath_var=LIBPATH10565 shlibpath_var=LIBPATH
1051110566
@@ -10514,7 +10569,7 @@
10514 ;;10569 ;;
1051510570
10516aix[4-9]*)10571aix[4-9]*)
10517 version_type=linux10572 version_type=linux # correct to gnu/linux during the next big refactor
10518 need_lib_prefix=no10573 need_lib_prefix=no
10519 need_version=no10574 need_version=no
10520 hardcode_into_libs=yes10575 hardcode_into_libs=yes
@@ -10579,7 +10634,7 @@
10579 ;;10634 ;;
1058010635
10581bsdi[45]*)10636bsdi[45]*)
10582 version_type=linux10637 version_type=linux # correct to gnu/linux during the next big refactor
10583 need_version=no10638 need_version=no
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'10639 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10585 soname_spec='${libname}${release}${shared_ext}$major'10640 soname_spec='${libname}${release}${shared_ext}$major'
@@ -10718,7 +10773,7 @@
10718 ;;10773 ;;
1071910774
10720dgux*)10775dgux*)
10721 version_type=linux10776 version_type=linux # correct to gnu/linux during the next big refactor
10722 need_lib_prefix=no10777 need_lib_prefix=no
10723 need_version=no10778 need_version=no
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
@@ -10726,10 +10781,6 @@
10726 shlibpath_var=LD_LIBRARY_PATH10781 shlibpath_var=LD_LIBRARY_PATH
10727 ;;10782 ;;
1072810783
10729freebsd1*)
10730 dynamic_linker=no
10731 ;;
10732
10733freebsd* | dragonfly*)10784freebsd* | dragonfly*)
10734 # DragonFly does not have aout. When/if they implement a new10785 # DragonFly does not have aout. When/if they implement a new
10735 # versioning mechanism, adjust this.10786 # versioning mechanism, adjust this.
@@ -10737,7 +10788,7 @@
10737 objformat=`/usr/bin/objformat`10788 objformat=`/usr/bin/objformat`
10738 else10789 else
10739 case $host_os in10790 case $host_os in
10740 freebsd[123]*) objformat=aout ;;10791 freebsd[23].*) objformat=aout ;;
10741 *) objformat=elf ;;10792 *) objformat=elf ;;
10742 esac10793 esac
10743 fi10794 fi
@@ -10755,7 +10806,7 @@
10755 esac10806 esac
10756 shlibpath_var=LD_LIBRARY_PATH10807 shlibpath_var=LD_LIBRARY_PATH
10757 case $host_os in10808 case $host_os in
10758 freebsd2*)10809 freebsd2.*)
10759 shlibpath_overrides_runpath=yes10810 shlibpath_overrides_runpath=yes
10760 ;;10811 ;;
10761 freebsd3.[01]* | freebsdelf3.[01]*)10812 freebsd3.[01]* | freebsdelf3.[01]*)
@@ -10775,7 +10826,7 @@
10775 ;;10826 ;;
1077610827
10777gnu*)10828gnu*)
10778 version_type=linux10829 version_type=linux # correct to gnu/linux during the next big refactor
10779 need_lib_prefix=no10830 need_lib_prefix=no
10780 need_version=no10831 need_version=no
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'10832 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
@@ -10786,7 +10837,7 @@
10786 ;;10837 ;;
1078710838
10788haiku*)10839haiku*)
10789 version_type=linux10840 version_type=linux # correct to gnu/linux during the next big refactor
10790 need_lib_prefix=no10841 need_lib_prefix=no
10791 need_version=no10842 need_version=no
10792 dynamic_linker="$host_os runtime_loader"10843 dynamic_linker="$host_os runtime_loader"
@@ -10847,7 +10898,7 @@
10847 ;;10898 ;;
1084810899
10849interix[3-9]*)10900interix[3-9]*)
10850 version_type=linux10901 version_type=linux # correct to gnu/linux during the next big refactor
10851 need_lib_prefix=no10902 need_lib_prefix=no
10852 need_version=no10903 need_version=no
10853 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'10904 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
@@ -10863,7 +10914,7 @@
10863 nonstopux*) version_type=nonstopux ;;10914 nonstopux*) version_type=nonstopux ;;
10864 *)10915 *)
10865 if test "$lt_cv_prog_gnu_ld" = yes; then10916 if test "$lt_cv_prog_gnu_ld" = yes; then
10866 version_type=linux10917 version_type=linux # correct to gnu/linux during the next big refactor
10867 else10918 else
10868 version_type=irix10919 version_type=irix
10869 fi ;;10920 fi ;;
@@ -10900,9 +10951,9 @@
10900 dynamic_linker=no10951 dynamic_linker=no
10901 ;;10952 ;;
1090210953
10903# This must be Linux ELF.10954# This must be glibc/ELF.
10904linux* | k*bsd*-gnu | kopensolaris*-gnu)10955linux* | k*bsd*-gnu | kopensolaris*-gnu)
10905 version_type=linux10956 version_type=linux # correct to gnu/linux during the next big refactor
10906 need_lib_prefix=no10957 need_lib_prefix=no
10907 need_version=no10958 need_version=no
10908 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'10959 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -10996,7 +11047,7 @@
10996 ;;11047 ;;
1099711048
10998newsos6)11049newsos6)
10999 version_type=linux11050 version_type=linux # correct to gnu/linux during the next big refactor
11000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'11051 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11001 shlibpath_var=LD_LIBRARY_PATH11052 shlibpath_var=LD_LIBRARY_PATH
11002 shlibpath_overrides_runpath=yes11053 shlibpath_overrides_runpath=yes
@@ -11065,7 +11116,7 @@
11065 ;;11116 ;;
1106611117
11067solaris*)11118solaris*)
11068 version_type=linux11119 version_type=linux # correct to gnu/linux during the next big refactor
11069 need_lib_prefix=no11120 need_lib_prefix=no
11070 need_version=no11121 need_version=no
11071 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'11122 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -11090,7 +11141,7 @@
11090 ;;11141 ;;
1109111142
11092sysv4 | sysv4.3*)11143sysv4 | sysv4.3*)
11093 version_type=linux11144 version_type=linux # correct to gnu/linux during the next big refactor
11094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'11145 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11095 soname_spec='${libname}${release}${shared_ext}$major'11146 soname_spec='${libname}${release}${shared_ext}$major'
11096 shlibpath_var=LD_LIBRARY_PATH11147 shlibpath_var=LD_LIBRARY_PATH
@@ -11114,7 +11165,7 @@
1111411165
11115sysv4*MP*)11166sysv4*MP*)
11116 if test -d /usr/nec ;then11167 if test -d /usr/nec ;then
11117 version_type=linux11168 version_type=linux # correct to gnu/linux during the next big refactor
11118 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'11169 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11119 soname_spec='$libname${shared_ext}.$major'11170 soname_spec='$libname${shared_ext}.$major'
11120 shlibpath_var=LD_LIBRARY_PATH11171 shlibpath_var=LD_LIBRARY_PATH
@@ -11145,7 +11196,7 @@
1114511196
11146tpf*)11197tpf*)
11147 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.11198 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11148 version_type=linux11199 version_type=linux # correct to gnu/linux during the next big refactor
11149 need_lib_prefix=no11200 need_lib_prefix=no
11150 need_version=no11201 need_version=no
11151 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'11202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -11155,7 +11206,7 @@
11155 ;;11206 ;;
1115611207
11157uts4*)11208uts4*)
11158 version_type=linux11209 version_type=linux # correct to gnu/linux during the next big refactor
11159 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'11210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11160 soname_spec='${libname}${release}${shared_ext}$major'11211 soname_spec='${libname}${release}${shared_ext}$major'
11161 shlibpath_var=LD_LIBRARY_PATH11212 shlibpath_var=LD_LIBRARY_PATH
@@ -11937,6 +11988,8 @@
1193711988
1193811989
1193911990
11991
11992
11940 ac_config_commands="$ac_config_commands libtool"11993 ac_config_commands="$ac_config_commands libtool"
1194111994
1194211995
@@ -14143,7 +14196,7 @@
14143# report actual input values of CONFIG_FILES etc. instead of their14196# report actual input values of CONFIG_FILES etc. instead of their
14144# values after options handling.14197# values after options handling.
14145ac_log="14198ac_log="
14146This file was extended by ubuntuone-client-gnome $as_me 2.99.1, which was14199This file was extended by ubuntuone-client-gnome $as_me 2.99.2, which was
14147generated by GNU Autoconf 2.68. Invocation command line was14200generated by GNU Autoconf 2.68. Invocation command line was
1414814201
14149 CONFIG_FILES = $CONFIG_FILES14202 CONFIG_FILES = $CONFIG_FILES
@@ -14209,7 +14262,7 @@
14209cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=114262cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14210ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"14263ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14211ac_cs_version="\\14264ac_cs_version="\\
14212ubuntuone-client-gnome config.status 2.99.114265ubuntuone-client-gnome config.status 2.99.2
14213configured by $0, generated by GNU Autoconf 2.68,14266configured by $0, generated by GNU Autoconf 2.68,
14214 with options \\"\$ac_cs_config\\"14267 with options \\"\$ac_cs_config\\"
1421514268
@@ -14346,6 +14399,7 @@
14346enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'14399enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14347SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'14400SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14348ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'14401ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14402PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
14349host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'14403host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14350host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'14404host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14351host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'14405host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
@@ -14428,7 +14482,6 @@
14428allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'14482allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14429no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'14483no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14430hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'14484hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14431hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14432hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'14485hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14433hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'14486hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14434hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'14487hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
@@ -14484,6 +14537,7 @@
14484# Quote evaled strings.14537# Quote evaled strings.
14485for var in SHELL \14538for var in SHELL \
14486ECHO \14539ECHO \
14540PATH_SEPARATOR \
14487SED \14541SED \
14488GREP \14542GREP \
14489EGREP \14543EGREP \
@@ -14534,7 +14588,6 @@
14534allow_undefined_flag \14588allow_undefined_flag \
14535no_undefined_flag \14589no_undefined_flag \
14536hardcode_libdir_flag_spec \14590hardcode_libdir_flag_spec \
14537hardcode_libdir_flag_spec_ld \
14538hardcode_libdir_separator \14591hardcode_libdir_separator \
14539exclude_expsyms \14592exclude_expsyms \
14540include_expsyms \14593include_expsyms \
@@ -15334,8 +15387,8 @@
15334# NOTE: Changes made to this file will be lost: look at ltmain.sh.15387# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15335#15388#
15336# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,15389# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15337# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,15390# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
15338# Inc.15391# Foundation, Inc.
15339# Written by Gordon Matzigkeit, 199615392# Written by Gordon Matzigkeit, 1996
15340#15393#
15341# This file is part of GNU Libtool.15394# This file is part of GNU Libtool.
@@ -15389,6 +15442,9 @@
15389# An echo program that protects backslashes.15442# An echo program that protects backslashes.
15390ECHO=$lt_ECHO15443ECHO=$lt_ECHO
1539115444
15445# The PATH separator for the build system.
15446PATH_SEPARATOR=$lt_PATH_SEPARATOR
15447
15392# The host system.15448# The host system.
15393host_alias=$host_alias15449host_alias=$host_alias
15394host=$host15450host=$host
@@ -15690,10 +15746,6 @@
15690# This must work even if \$libdir does not exist15746# This must work even if \$libdir does not exist
15691hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec15747hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1569215748
15693# If ld is used when linking, flag to hardcode \$libdir into a binary
15694# during linking. This must work even if \$libdir does not exist.
15695hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15696
15697# Whether we need a single "-rpath" flag with a separated argument.15749# Whether we need a single "-rpath" flag with a separated argument.
15698hardcode_libdir_separator=$lt_hardcode_libdir_separator15750hardcode_libdir_separator=$lt_hardcode_libdir_separator
1569915751
1570015752
=== modified file 'configure.ac'
--- configure.ac 2012-01-04 13:23:49 +0000
+++ configure.ac 2012-01-17 23:06:35 +0000
@@ -1,7 +1,7 @@
1dnl Process this file with autoconf to produce a configure script.1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.53)2AC_PREREQ(2.53)
33
4AC_INIT([ubuntuone-client-gnome], [2.99.1])4AC_INIT([ubuntuone-client-gnome], [2.99.2])
5AC_CONFIG_SRCDIR([config.h.in])5AC_CONFIG_SRCDIR([config.h.in])
66
7AM_INIT_AUTOMAKE([1.10 foreign])7AM_INIT_AUTOMAKE([1.10 foreign])
88
=== modified file 'debian/changelog'
--- debian/changelog 2012-01-12 12:31:05 +0000
+++ debian/changelog 2012-01-17 23:06:35 +0000
@@ -1,3 +1,9 @@
1ubuntuone-client-gnome (2.99.2-0ubuntu1) precise; urgency=low
2
3 * New upstream release.
4
5 -- Rodney Dawes <rodney.dawes@ubuntu.com> Tue, 17 Jan 2012 14:21:06 -0500
6
1ubuntuone-client-gnome (2.99.1-0ubuntu2) precise; urgency=low7ubuntuone-client-gnome (2.99.1-0ubuntu2) precise; urgency=low
28
3 * Rebuild for latest evolution-data-server9 * Rebuild for latest evolution-data-server
410
=== modified file 'ltmain.sh' (properties changed: +x to -x)
--- ltmain.sh 2011-12-21 00:31:37 +0000
+++ ltmain.sh 2012-01-17 23:06:35 +0000
@@ -1,9 +1,9 @@
11
2# libtool (GNU libtool) 2.42# libtool (GNU libtool) 2.4.2
3# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 19963# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
44
5# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,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# This is free software; see the source for copying conditions. There is NO7# 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.8# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
99
@@ -41,6 +41,7 @@
41# --quiet, --silent don't print informational messages41# --quiet, --silent don't print informational messages
42# --no-quiet, --no-silent42# --no-quiet, --no-silent
43# print informational messages (default)43# print informational messages (default)
44# --no-warn don't display warning messages
44# --tag=TAG use configuration variables from tag TAG45# --tag=TAG use configuration variables from tag TAG
45# -v, --verbose print more informational messages than default46# -v, --verbose print more informational messages than default
46# --no-verbose don't print the extra informational messages47# --no-verbose don't print the extra informational messages
@@ -69,7 +70,7 @@
69# compiler: $LTCC70# compiler: $LTCC
70# compiler flags: $LTCFLAGS71# compiler flags: $LTCFLAGS
71# linker: $LD (gnu? $with_gnu_ld)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# automake: $automake_version74# automake: $automake_version
74# autoconf: $autoconf_version75# autoconf: $autoconf_version
75#76#
@@ -79,9 +80,9 @@
7980
80PROGRAM=libtool81PROGRAM=libtool
81PACKAGE=libtool82PACKAGE=libtool
82VERSION="2.4 Debian-2.4-2ubuntu1"83VERSION="2.4.2 Debian-2.4.2-1ubuntu1"
83TIMESTAMP=""84TIMESTAMP=""
84package_revision=1.329385package_revision=1.3337
8586
86# Be Bourne compatible87# Be Bourne compatible
87if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then88if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
@@ -136,15 +137,10 @@
136137
137: ${CP="cp -f"}138: ${CP="cp -f"}
138test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}139test "${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: ${MAKE="make"}140: ${MAKE="make"}
144: ${MKDIR="mkdir"}141: ${MKDIR="mkdir"}
145: ${MV="mv -f"}142: ${MV="mv -f"}
146: ${RM="rm -f"}143: ${RM="rm -f"}
147: ${SED="/bin/sed"}
148: ${SHELL="${CONFIG_SHELL-/bin/sh}"}144: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
149: ${Xsed="$SED -e 1s/^X//"}145: ${Xsed="$SED -e 1s/^X//"}
150146
@@ -387,7 +383,7 @@
387 ;;383 ;;
388 *)384 *)
389 save_IFS="$IFS"385 save_IFS="$IFS"
390 IFS=:386 IFS=${PATH_SEPARATOR-:}
391 for progdir in $PATH; do387 for progdir in $PATH; do
392 IFS="$save_IFS"388 IFS="$save_IFS"
393 test -x "$progdir/$progname" && break389 test -x "$progdir/$progname" && break
@@ -771,8 +767,8 @@
771 s*\$LTCFLAGS*'"$LTCFLAGS"'*767 s*\$LTCFLAGS*'"$LTCFLAGS"'*
772 s*\$LD*'"$LD"'*768 s*\$LD*'"$LD"'*
773 s/\$with_gnu_ld/'"$with_gnu_ld"'/769 s/\$with_gnu_ld/'"$with_gnu_ld"'/
774 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/770 s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
775 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/771 s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
776 p772 p
777 d773 d
778 }774 }
@@ -1052,6 +1048,7 @@
1052opt_help=false1048opt_help=false
1053opt_help_all=false1049opt_help_all=false
1054opt_silent=:1050opt_silent=:
1051opt_warning=:
1055opt_verbose=:1052opt_verbose=:
1056opt_silent=false1053opt_silent=false
1057opt_verbose=false1054opt_verbose=false
@@ -1120,6 +1117,10 @@
1120 opt_silent=false1117 opt_silent=false
1121func_append preserve_args " $opt"1118func_append preserve_args " $opt"
1122 ;;1119 ;;
1120 --no-warning|--no-warn)
1121 opt_warning=false
1122func_append preserve_args " $opt"
1123 ;;
1123 --no-verbose)1124 --no-verbose)
1124 opt_verbose=false1125 opt_verbose=false
1125func_append preserve_args " $opt"1126func_append preserve_args " $opt"
@@ -2059,7 +2060,7 @@
2059 *.[cCFSifmso] | \2060 *.[cCFSifmso] | \
2060 *.ada | *.adb | *.ads | *.asm | \2061 *.ada | *.adb | *.ads | *.asm | \
2061 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \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 func_xform "$libobj"2064 func_xform "$libobj"
2064 libobj=$func_xform_result2065 libobj=$func_xform_result
2065 ;;2066 ;;
@@ -3201,11 +3202,13 @@
32013202
3202 # Set up the ranlib parameters.3203 # Set up the ranlib parameters.
3203 oldlib="$destdir/$name"3204 oldlib="$destdir/$name"
3205 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
3206 tool_oldlib=$func_to_tool_file_result
32043207
3205 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'3208 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
32063209
3207 if test -n "$stripme" && test -n "$old_striplib"; then3210 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 fi3212 fi
32103213
3211 # Do each command in the postinstall commands.3214 # Do each command in the postinstall commands.
@@ -3470,7 +3473,7 @@
3470 # linked before any other PIC object. But we must not use3473 # linked before any other PIC object. But we must not use
3471 # pic_flag when linking with -static. The problem exists in3474 # pic_flag when linking with -static. The problem exists in
3472 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.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 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;3477 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
3475 *-*-hpux*)3478 *-*-hpux*)
3476 pic_flag_for_symtable=" $pic_flag" ;;3479 pic_flag_for_symtable=" $pic_flag" ;;
@@ -3982,14 +3985,17 @@
3982# launches target application with the remaining arguments.3985# launches target application with the remaining arguments.
3983func_exec_program ()3986func_exec_program ()
3984{3987{
3985 for lt_wr_arg3988 case \" \$* \" in
3986 do3989 *\\ --lt-*)
3987 case \$lt_wr_arg in3990 for lt_wr_arg
3988 --lt-*) ;;3991 do
3989 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;3992 case \$lt_wr_arg in
3990 esac3993 --lt-*) ;;
3991 shift3994 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
3992 done3995 esac
3996 shift
3997 done ;;
3998 esac
3993 func_exec_program_core \${1+\"\$@\"}3999 func_exec_program_core \${1+\"\$@\"}
3994}4000}
39954001
@@ -5057,9 +5063,15 @@
5057{5063{
5058EOF5064EOF
5059 func_emit_wrapper yes |5065 func_emit_wrapper yes |
5060 $SED -e 's/\([\\"]\)/\\\1/g' \5066 $SED -n -e '
5061 -e 's/^/ fputs ("/' -e 's/$/\\n", f);/'5067s/^\(.\{79\}\)\(..*\)/\1\
50625068\2/
5069h
5070s/\([\\"]\)/\\\1/g
5071s/$/\\n/
5072s/\([^\n]*\).*/ fputs ("\1", f);/p
5073g
5074D'
5063 cat <<"EOF"5075 cat <<"EOF"
5064}5076}
5065EOF5077EOF
@@ -5643,7 +5655,8 @@
5643 continue5655 continue
5644 ;;5656 ;;
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=*)
5647 func_append compiler_flags " $arg"5660 func_append compiler_flags " $arg"
5648 func_append compile_command " $arg"5661 func_append compile_command " $arg"
5649 func_append finalize_command " $arg"5662 func_append finalize_command " $arg"
@@ -6150,7 +6163,8 @@
6150 lib=6163 lib=
6151 found=no6164 found=no
6152 case $deplib in6165 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 if test "$linkmode,$pass" = "prog,link"; then6168 if test "$linkmode,$pass" = "prog,link"; then
6155 compile_deplibs="$deplib $compile_deplibs"6169 compile_deplibs="$deplib $compile_deplibs"
6156 finalize_deplibs="$deplib $finalize_deplibs"6170 finalize_deplibs="$deplib $finalize_deplibs"
@@ -6834,7 +6848,7 @@
6834 test "$hardcode_direct_absolute" = no; then6848 test "$hardcode_direct_absolute" = no; then
6835 add="$dir/$linklib"6849 add="$dir/$linklib"
6836 elif test "$hardcode_minus_L" = yes; then6850 elif test "$hardcode_minus_L" = yes; then
6837 add_dir="-L$dir"6851 add_dir="-L$absdir"
6838 # Try looking first in the location we're being installed to.6852 # Try looking first in the location we're being installed to.
6839 if test -n "$inst_prefix_dir"; then6853 if test -n "$inst_prefix_dir"; then
6840 case $libdir in6854 case $libdir in
@@ -7319,6 +7333,7 @@
7319 # which has an extra 1 added just for fun7333 # which has an extra 1 added just for fun
7320 #7334 #
7321 case $version_type in7335 case $version_type in
7336 # correct linux to gnu/linux during the next big refactor
7322 darwin|linux|osf|windows|none)7337 darwin|linux|osf|windows|none)
7323 func_arith $number_major + $number_minor7338 func_arith $number_major + $number_minor
7324 current=$func_arith_result7339 current=$func_arith_result
@@ -7438,7 +7453,7 @@
7438 versuffix="$major.$revision"7453 versuffix="$major.$revision"
7439 ;;7454 ;;
74407455
7441 linux)7456 linux) # correct to gnu/linux during the next big refactor
7442 func_arith $current - $age7457 func_arith $current - $age
7443 major=.$func_arith_result7458 major=.$func_arith_result
7444 versuffix="$major.$age.$revision"7459 versuffix="$major.$age.$revision"
@@ -8026,6 +8041,11 @@
80268041
8027 # Test again, we may have decided not to build it any more8042 # Test again, we may have decided not to build it any more
8028 if test "$build_libtool_libs" = yes; then8043 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
8029 if test "$hardcode_into_libs" = yes; then8049 if test "$hardcode_into_libs" = yes; then
8030 # Hardcode the library paths8050 # Hardcode the library paths
8031 hardcode_libdirs=8051 hardcode_libdirs=
@@ -8056,7 +8076,7 @@
8056 elif test -n "$runpath_var"; then8076 elif test -n "$runpath_var"; then
8057 case "$perm_rpath " in8077 case "$perm_rpath " in
8058 *" $libdir "*) ;;8078 *" $libdir "*) ;;
8059 *) func_apped perm_rpath " $libdir" ;;8079 *) func_append perm_rpath " $libdir" ;;
8060 esac8080 esac
8061 fi8081 fi
8062 done8082 done
@@ -8064,11 +8084,7 @@
8064 if test -n "$hardcode_libdir_separator" &&8084 if test -n "$hardcode_libdir_separator" &&
8065 test -n "$hardcode_libdirs"; then8085 test -n "$hardcode_libdirs"; then
8066 libdir="$hardcode_libdirs"8086 libdir="$hardcode_libdirs"
8067 if test -n "$hardcode_libdir_flag_spec_ld"; then8087 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
8068 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
8069 else
8070 eval dep_rpath=\"$hardcode_libdir_flag_spec\"
8071 fi
8072 fi8088 fi
8073 if test -n "$runpath_var" && test -n "$perm_rpath"; then8089 if test -n "$runpath_var" && test -n "$perm_rpath"; then
8074 # We should set the runpath_var.8090 # We should set the runpath_var.
@@ -9158,6 +9174,8 @@
9158 esac9174 esac
9159 done9175 done
9160 fi9176 fi
9177 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
9178 tool_oldlib=$func_to_tool_file_result
9161 eval cmds=\"$old_archive_cmds\"9179 eval cmds=\"$old_archive_cmds\"
91629180
9163 func_len " $cmds"9181 func_len " $cmds"
@@ -9267,7 +9285,8 @@
9267 *.la)9285 *.la)
9268 func_basename "$deplib"9286 func_basename "$deplib"
9269 name="$func_basename_result"9287 name="$func_basename_result"
9270 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`
9271 test -z "$libdir" && \9290 test -z "$libdir" && \
9272 func_fatal_error "\`$deplib' is not a valid libtool archive"9291 func_fatal_error "\`$deplib' is not a valid libtool archive"
9273 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"9292 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
92749293
=== modified file 'm4/libtool.m4'
--- m4/libtool.m4 2011-12-21 00:31:37 +0000
+++ m4/libtool.m4 2012-01-17 23:06:35 +0000
@@ -1,8 +1,8 @@
1# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-1# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2#2#
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
4# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,4# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5# Inc.5# Foundation, Inc.
6# Written by Gordon Matzigkeit, 19966# Written by Gordon Matzigkeit, 1996
7#7#
8# This file is free software; the Free Software Foundation gives8# This file is free software; the Free Software Foundation gives
@@ -11,8 +11,8 @@
1111
12m4_define([_LT_COPYING], [dnl12m4_define([_LT_COPYING], [dnl
13# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,13# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,14# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
15# Inc.15# Foundation, Inc.
16# Written by Gordon Matzigkeit, 199616# Written by Gordon Matzigkeit, 1996
17#17#
18# This file is part of GNU Libtool.18# This file is part of GNU Libtool.
@@ -146,6 +146,8 @@
146AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl146AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
147AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl147AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
148148
149_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
150dnl
149_LT_DECL([], [host_alias], [0], [The host system])dnl151_LT_DECL([], [host_alias], [0], [The host system])dnl
150_LT_DECL([], [host], [0])dnl152_LT_DECL([], [host], [0])dnl
151_LT_DECL([], [host_os], [0])dnl153_LT_DECL([], [host_os], [0])dnl
@@ -637,7 +639,7 @@
637m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])639m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
638configured by $[0], generated by m4_PACKAGE_STRING.640configured by $[0], generated by m4_PACKAGE_STRING.
639641
640Copyright (C) 2010 Free Software Foundation, Inc.642Copyright (C) 2011 Free Software Foundation, Inc.
641This config.lt script is free software; the Free Software Foundation643This config.lt script is free software; the Free Software Foundation
642gives unlimited permision to copy, distribute and modify it."644gives unlimited permision to copy, distribute and modify it."
643645
@@ -801,6 +803,7 @@
801m4_case([$1],803m4_case([$1],
802 [C], [_LT_LANG(C)],804 [C], [_LT_LANG(C)],
803 [C++], [_LT_LANG(CXX)],805 [C++], [_LT_LANG(CXX)],
806 [Go], [_LT_LANG(GO)],
804 [Java], [_LT_LANG(GCJ)],807 [Java], [_LT_LANG(GCJ)],
805 [Fortran 77], [_LT_LANG(F77)],808 [Fortran 77], [_LT_LANG(F77)],
806 [Fortran], [_LT_LANG(FC)],809 [Fortran], [_LT_LANG(FC)],
@@ -822,6 +825,31 @@
822])# _LT_LANG825])# _LT_LANG
823826
824827
828m4_ifndef([AC_PROG_GO], [
829############################################################
830# NOTE: This macro has been submitted for inclusion into #
831# GNU Autoconf as AC_PROG_GO. When it is available in #
832# a released version of Autoconf we should remove this #
833# macro and use it instead. #
834############################################################
835m4_defun([AC_PROG_GO],
836[AC_LANG_PUSH(Go)dnl
837AC_ARG_VAR([GOC], [Go compiler command])dnl
838AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
839_AC_ARG_VAR_LDFLAGS()dnl
840AC_CHECK_TOOL(GOC, gccgo)
841if test -z "$GOC"; then
842 if test -n "$ac_tool_prefix"; then
843 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
844 fi
845fi
846if test -z "$GOC"; then
847 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
848fi
849])#m4_defun
850])#m4_ifndef
851
852
825# _LT_LANG_DEFAULT_CONFIG853# _LT_LANG_DEFAULT_CONFIG
826# -----------------------854# -----------------------
827m4_defun([_LT_LANG_DEFAULT_CONFIG],855m4_defun([_LT_LANG_DEFAULT_CONFIG],
@@ -852,6 +880,10 @@
852 m4_ifdef([LT_PROG_GCJ],880 m4_ifdef([LT_PROG_GCJ],
853 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])881 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
854882
883AC_PROVIDE_IFELSE([AC_PROG_GO],
884 [LT_LANG(GO)],
885 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
886
855AC_PROVIDE_IFELSE([LT_PROG_RC],887AC_PROVIDE_IFELSE([LT_PROG_RC],
856 [LT_LANG(RC)],888 [LT_LANG(RC)],
857 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])889 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
@@ -954,7 +986,13 @@
954 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \986 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
955 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err987 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
956 _lt_result=$?988 _lt_result=$?
957 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then989 # If there is a non-empty error log, and "single_module"
990 # appears in it, assume the flag caused a linker warning
991 if test -s conftest.err && $GREP single_module conftest.err; then
992 cat conftest.err >&AS_MESSAGE_LOG_FD
993 # Otherwise, if the output was created with a 0 exit code from
994 # the compiler, it worked.
995 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
958 lt_cv_apple_cc_single_mod=yes996 lt_cv_apple_cc_single_mod=yes
959 else997 else
960 cat conftest.err >&AS_MESSAGE_LOG_FD998 cat conftest.err >&AS_MESSAGE_LOG_FD
@@ -962,6 +1000,7 @@
962 rm -rf libconftest.dylib*1000 rm -rf libconftest.dylib*
963 rm -f conftest.*1001 rm -f conftest.*
964 fi])1002 fi])
1003
965 AC_CACHE_CHECK([for -exported_symbols_list linker flag],1004 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
966 [lt_cv_ld_exported_symbols_list],1005 [lt_cv_ld_exported_symbols_list],
967 [lt_cv_ld_exported_symbols_list=no1006 [lt_cv_ld_exported_symbols_list=no
@@ -973,6 +1012,7 @@
973 [lt_cv_ld_exported_symbols_list=no])1012 [lt_cv_ld_exported_symbols_list=no])
974 LDFLAGS="$save_LDFLAGS"1013 LDFLAGS="$save_LDFLAGS"
975 ])1014 ])
1015
976 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],1016 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
977 [lt_cv_ld_force_load=no1017 [lt_cv_ld_force_load=no
978 cat > conftest.c << _LT_EOF1018 cat > conftest.c << _LT_EOF
@@ -990,7 +1030,9 @@
990 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD1030 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
991 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err1031 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
992 _lt_result=$?1032 _lt_result=$?
993 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then1033 if test -s conftest.err && $GREP force_load conftest.err; then
1034 cat conftest.err >&AS_MESSAGE_LOG_FD
1035 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
994 lt_cv_ld_force_load=yes1036 lt_cv_ld_force_load=yes
995 else1037 else
996 cat conftest.err >&AS_MESSAGE_LOG_FD1038 cat conftest.err >&AS_MESSAGE_LOG_FD
@@ -1035,8 +1077,8 @@
1035])1077])
10361078
10371079
1038# _LT_DARWIN_LINKER_FEATURES1080# _LT_DARWIN_LINKER_FEATURES([TAG])
1039# --------------------------1081# ---------------------------------
1040# Checks for linker and compiler features on darwin1082# Checks for linker and compiler features on darwin
1041m4_defun([_LT_DARWIN_LINKER_FEATURES],1083m4_defun([_LT_DARWIN_LINKER_FEATURES],
1042[1084[
@@ -1047,6 +1089,8 @@
1047 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported1089 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1048 if test "$lt_cv_ld_force_load" = "yes"; then1090 if test "$lt_cv_ld_force_load" = "yes"; then
1049 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'1091 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1092 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
1093 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
1050 else1094 else
1051 _LT_TAGVAR(whole_archive_flag_spec, $1)=''1095 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
1052 fi1096 fi
@@ -1330,14 +1374,27 @@
1330 CFLAGS="$SAVE_CFLAGS"1374 CFLAGS="$SAVE_CFLAGS"
1331 fi1375 fi
1332 ;;1376 ;;
1333sparc*-*solaris*)1377*-*solaris*)
1334 # Find out which ABI we are using.1378 # Find out which ABI we are using.
1335 echo 'int i;' > conftest.$ac_ext1379 echo 'int i;' > conftest.$ac_ext
1336 if AC_TRY_EVAL(ac_compile); then1380 if AC_TRY_EVAL(ac_compile); then
1337 case `/usr/bin/file conftest.o` in1381 case `/usr/bin/file conftest.o` in
1338 *64-bit*)1382 *64-bit*)
1339 case $lt_cv_prog_gnu_ld in1383 case $lt_cv_prog_gnu_ld in
1340 yes*) LD="${LD-ld} -m elf64_sparc" ;;1384 yes*)
1385 case $host in
1386 i?86-*-solaris*)
1387 LD="${LD-ld} -m elf_x86_64"
1388 ;;
1389 sparc*-*-solaris*)
1390 LD="${LD-ld} -m elf64_sparc"
1391 ;;
1392 esac
1393 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1394 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1395 LD="${LD-ld}_sol2"
1396 fi
1397 ;;
1341 *)1398 *)
1342 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then1399 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
1343 LD="${LD-ld} -64"1400 LD="${LD-ld} -64"
@@ -1414,13 +1471,13 @@
1414if test -n "$RANLIB"; then1471if test -n "$RANLIB"; then
1415 case $host_os in1472 case $host_os in
1416 openbsd*)1473 openbsd*)
1417 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"1474 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
1418 ;;1475 ;;
1419 *)1476 *)
1420 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"1477 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
1421 ;;1478 ;;
1422 esac1479 esac
1423 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"1480 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
1424fi1481fi
14251482
1426case $host_os in1483case $host_os in
@@ -1600,6 +1657,11 @@
1600 lt_cv_sys_max_cmd_len=1966081657 lt_cv_sys_max_cmd_len=196608
1601 ;;1658 ;;
16021659
1660 os2*)
1661 # The test takes a long time on OS/2.
1662 lt_cv_sys_max_cmd_len=8192
1663 ;;
1664
1603 osf*)1665 osf*)
1604 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure1666 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1605 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not1667 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
@@ -1639,7 +1701,7 @@
1639 # If test is not a shell built-in, we'll probably end up computing a1701 # If test is not a shell built-in, we'll probably end up computing a
1640 # maximum length that is only half of the actual maximum length, but1702 # maximum length that is only half of the actual maximum length, but
1641 # we can't tell.1703 # we can't tell.
1642 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \1704 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1643 = "X$teststring$teststring"; } >/dev/null 2>&1 &&1705 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1644 test $i != 17 # 1/2 MB should be enough1706 test $i != 17 # 1/2 MB should be enough
1645 do1707 do
@@ -2185,7 +2247,7 @@
21852247
2186case $host_os in2248case $host_os in
2187aix3*)2249aix3*)
2188 version_type=linux2250 version_type=linux # correct to gnu/linux during the next big refactor
2189 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'2251 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
2190 shlibpath_var=LIBPATH2252 shlibpath_var=LIBPATH
21912253
@@ -2194,7 +2256,7 @@
2194 ;;2256 ;;
21952257
2196aix[[4-9]]*)2258aix[[4-9]]*)
2197 version_type=linux2259 version_type=linux # correct to gnu/linux during the next big refactor
2198 need_lib_prefix=no2260 need_lib_prefix=no
2199 need_version=no2261 need_version=no
2200 hardcode_into_libs=yes2262 hardcode_into_libs=yes
@@ -2259,7 +2321,7 @@
2259 ;;2321 ;;
22602322
2261bsdi[[45]]*)2323bsdi[[45]]*)
2262 version_type=linux2324 version_type=linux # correct to gnu/linux during the next big refactor
2263 need_version=no2325 need_version=no
2264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2326 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2265 soname_spec='${libname}${release}${shared_ext}$major'2327 soname_spec='${libname}${release}${shared_ext}$major'
@@ -2398,7 +2460,7 @@
2398 ;;2460 ;;
23992461
2400dgux*)2462dgux*)
2401 version_type=linux2463 version_type=linux # correct to gnu/linux during the next big refactor
2402 need_lib_prefix=no2464 need_lib_prefix=no
2403 need_version=no2465 need_version=no
2404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'2466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
@@ -2406,10 +2468,6 @@
2406 shlibpath_var=LD_LIBRARY_PATH2468 shlibpath_var=LD_LIBRARY_PATH
2407 ;;2469 ;;
24082470
2409freebsd1*)
2410 dynamic_linker=no
2411 ;;
2412
2413freebsd* | dragonfly*)2471freebsd* | dragonfly*)
2414 # DragonFly does not have aout. When/if they implement a new2472 # DragonFly does not have aout. When/if they implement a new
2415 # versioning mechanism, adjust this.2473 # versioning mechanism, adjust this.
@@ -2417,7 +2475,7 @@
2417 objformat=`/usr/bin/objformat`2475 objformat=`/usr/bin/objformat`
2418 else2476 else
2419 case $host_os in2477 case $host_os in
2420 freebsd[[123]]*) objformat=aout ;;2478 freebsd[[23]].*) objformat=aout ;;
2421 *) objformat=elf ;;2479 *) objformat=elf ;;
2422 esac2480 esac
2423 fi2481 fi
@@ -2435,7 +2493,7 @@
2435 esac2493 esac
2436 shlibpath_var=LD_LIBRARY_PATH2494 shlibpath_var=LD_LIBRARY_PATH
2437 case $host_os in2495 case $host_os in
2438 freebsd2*)2496 freebsd2.*)
2439 shlibpath_overrides_runpath=yes2497 shlibpath_overrides_runpath=yes
2440 ;;2498 ;;
2441 freebsd3.[[01]]* | freebsdelf3.[[01]]*)2499 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
@@ -2455,7 +2513,7 @@
2455 ;;2513 ;;
24562514
2457gnu*)2515gnu*)
2458 version_type=linux2516 version_type=linux # correct to gnu/linux during the next big refactor
2459 need_lib_prefix=no2517 need_lib_prefix=no
2460 need_version=no2518 need_version=no
2461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'2519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
@@ -2466,7 +2524,7 @@
2466 ;;2524 ;;
24672525
2468haiku*)2526haiku*)
2469 version_type=linux2527 version_type=linux # correct to gnu/linux during the next big refactor
2470 need_lib_prefix=no2528 need_lib_prefix=no
2471 need_version=no2529 need_version=no
2472 dynamic_linker="$host_os runtime_loader"2530 dynamic_linker="$host_os runtime_loader"
@@ -2527,7 +2585,7 @@
2527 ;;2585 ;;
25282586
2529interix[[3-9]]*)2587interix[[3-9]]*)
2530 version_type=linux2588 version_type=linux # correct to gnu/linux during the next big refactor
2531 need_lib_prefix=no2589 need_lib_prefix=no
2532 need_version=no2590 need_version=no
2533 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'2591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
@@ -2543,7 +2601,7 @@
2543 nonstopux*) version_type=nonstopux ;;2601 nonstopux*) version_type=nonstopux ;;
2544 *)2602 *)
2545 if test "$lt_cv_prog_gnu_ld" = yes; then2603 if test "$lt_cv_prog_gnu_ld" = yes; then
2546 version_type=linux2604 version_type=linux # correct to gnu/linux during the next big refactor
2547 else2605 else
2548 version_type=irix2606 version_type=irix
2549 fi ;;2607 fi ;;
@@ -2580,9 +2638,9 @@
2580 dynamic_linker=no2638 dynamic_linker=no
2581 ;;2639 ;;
25822640
2583# This must be Linux ELF.2641# This must be glibc/ELF.
2584linux* | k*bsd*-gnu | kopensolaris*-gnu)2642linux* | k*bsd*-gnu | kopensolaris*-gnu)
2585 version_type=linux2643 version_type=linux # correct to gnu/linux during the next big refactor
2586 need_lib_prefix=no2644 need_lib_prefix=no
2587 need_version=no2645 need_version=no
2588 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -2657,7 +2715,7 @@
2657 ;;2715 ;;
26582716
2659newsos6)2717newsos6)
2660 version_type=linux2718 version_type=linux # correct to gnu/linux during the next big refactor
2661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2662 shlibpath_var=LD_LIBRARY_PATH2720 shlibpath_var=LD_LIBRARY_PATH
2663 shlibpath_overrides_runpath=yes2721 shlibpath_overrides_runpath=yes
@@ -2726,7 +2784,7 @@
2726 ;;2784 ;;
27272785
2728solaris*)2786solaris*)
2729 version_type=linux2787 version_type=linux # correct to gnu/linux during the next big refactor
2730 need_lib_prefix=no2788 need_lib_prefix=no
2731 need_version=no2789 need_version=no
2732 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -2751,7 +2809,7 @@
2751 ;;2809 ;;
27522810
2753sysv4 | sysv4.3*)2811sysv4 | sysv4.3*)
2754 version_type=linux2812 version_type=linux # correct to gnu/linux during the next big refactor
2755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2756 soname_spec='${libname}${release}${shared_ext}$major'2814 soname_spec='${libname}${release}${shared_ext}$major'
2757 shlibpath_var=LD_LIBRARY_PATH2815 shlibpath_var=LD_LIBRARY_PATH
@@ -2775,7 +2833,7 @@
27752833
2776sysv4*MP*)2834sysv4*MP*)
2777 if test -d /usr/nec ;then2835 if test -d /usr/nec ;then
2778 version_type=linux2836 version_type=linux # correct to gnu/linux during the next big refactor
2779 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'2837 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
2780 soname_spec='$libname${shared_ext}.$major'2838 soname_spec='$libname${shared_ext}.$major'
2781 shlibpath_var=LD_LIBRARY_PATH2839 shlibpath_var=LD_LIBRARY_PATH
@@ -2806,7 +2864,7 @@
28062864
2807tpf*)2865tpf*)
2808 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.2866 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
2809 version_type=linux2867 version_type=linux # correct to gnu/linux during the next big refactor
2810 need_lib_prefix=no2868 need_lib_prefix=no
2811 need_version=no2869 need_version=no
2812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -2816,7 +2874,7 @@
2816 ;;2874 ;;
28172875
2818uts4*)2876uts4*)
2819 version_type=linux2877 version_type=linux # correct to gnu/linux during the next big refactor
2820 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'2878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2821 soname_spec='${libname}${release}${shared_ext}$major'2879 soname_spec='${libname}${release}${shared_ext}$major'
2822 shlibpath_var=LD_LIBRARY_PATH2880 shlibpath_var=LD_LIBRARY_PATH
@@ -3238,7 +3296,7 @@
3238 lt_cv_deplibs_check_method=pass_all3296 lt_cv_deplibs_check_method=pass_all
3239 ;;3297 ;;
32403298
3241# This must be Linux ELF.3299# This must be glibc/ELF.
3242linux* | k*bsd*-gnu | kopensolaris*-gnu)3300linux* | k*bsd*-gnu | kopensolaris*-gnu)
3243 lt_cv_deplibs_check_method=pass_all3301 lt_cv_deplibs_check_method=pass_all
3244 ;;3302 ;;
@@ -3658,6 +3716,7 @@
3658 # which start with @ or ?.3716 # which start with @ or ?.
3659 lt_cv_sys_global_symbol_pipe="$AWK ['"\3717 lt_cv_sys_global_symbol_pipe="$AWK ['"\
3660" {last_section=section; section=\$ 3};"\3718" {last_section=section; section=\$ 3};"\
3719" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
3661" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\3720" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
3662" \$ 0!~/External *\|/{next};"\3721" \$ 0!~/External *\|/{next};"\
3663" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\3722" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
@@ -4242,7 +4301,9 @@
4242 case $cc_basename in4301 case $cc_basename in
4243 nvcc*) # Cuda Compiler Driver 2.24302 nvcc*) # Cuda Compiler Driver 2.2
4244 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '4303 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
4245 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'4304 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4305 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
4306 fi
4246 ;;4307 ;;
4247 esac4308 esac
4248 else4309 else
@@ -4334,18 +4395,33 @@
4334 ;;4395 ;;
4335 *)4396 *)
4336 case `$CC -V 2>&1 | sed 5q` in4397 case `$CC -V 2>&1 | sed 5q` in
4337 *Sun\ F* | *Sun*Fortran*)4398 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
4338 # Sun Fortran 8.3 passes all unrecognized flags to the linker4399 # Sun Fortran 8.3 passes all unrecognized flags to the linker
4339 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'4400 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4340 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'4401 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4341 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''4402 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
4342 ;;4403 ;;
4404 *Sun\ F* | *Sun*Fortran*)
4405 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4406 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4407 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4408 ;;
4343 *Sun\ C*)4409 *Sun\ C*)
4344 # Sun C 5.94410 # Sun C 5.9
4345 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'4411 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4346 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'4412 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4347 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'4413 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4348 ;;4414 ;;
4415 *Intel*\ [[CF]]*Compiler*)
4416 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4417 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4418 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4419 ;;
4420 *Portland\ Group*)
4421 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4422 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4423 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4424 ;;
4349 esac4425 esac
4350 ;;4426 ;;
4351 esac4427 esac
@@ -4505,7 +4581,9 @@
4505 ;;4581 ;;
4506 cygwin* | mingw* | cegcc*)4582 cygwin* | mingw* | cegcc*)
4507 case $cc_basename in4583 case $cc_basename in
4508 cl*) ;;4584 cl*)
4585 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
4586 ;;
4509 *)4587 *)
4510 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'4588 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
4511 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']4589 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
@@ -4533,7 +4611,6 @@
4533 _LT_TAGVAR(hardcode_direct, $1)=no4611 _LT_TAGVAR(hardcode_direct, $1)=no
4534 _LT_TAGVAR(hardcode_direct_absolute, $1)=no4612 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
4535 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=4613 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4536 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4537 _LT_TAGVAR(hardcode_libdir_separator, $1)=4614 _LT_TAGVAR(hardcode_libdir_separator, $1)=
4538 _LT_TAGVAR(hardcode_minus_L, $1)=no4615 _LT_TAGVAR(hardcode_minus_L, $1)=no
4539 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported4616 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
@@ -4787,8 +4864,7 @@
4787 xlf* | bgf* | bgxlf* | mpixlf*)4864 xlf* | bgf* | bgxlf* | mpixlf*)
4788 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself4865 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
4789 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'4866 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
4790 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=4867 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4791 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
4792 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'4868 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
4793 if test "x$supports_anon_versioning" = xyes; then4869 if test "x$supports_anon_versioning" = xyes; then
4794 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~4870 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
@@ -5084,6 +5160,7 @@
5084 # The linker will not automatically build a static lib if we build a DLL.5160 # The linker will not automatically build a static lib if we build a DLL.
5085 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'5161 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5086 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes5162 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5163 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
5087 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'5164 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5088 # Don't use ranlib5165 # Don't use ranlib
5089 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'5166 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
@@ -5130,10 +5207,6 @@
5130 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no5207 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5131 ;;5208 ;;
51325209
5133 freebsd1*)
5134 _LT_TAGVAR(ld_shlibs, $1)=no
5135 ;;
5136
5137 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor5210 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5138 # support. Future versions do this automatically, but an explicit c++rt0.o5211 # support. Future versions do this automatically, but an explicit c++rt0.o
5139 # does not break anything, and helps significantly (at the cost of a little5212 # does not break anything, and helps significantly (at the cost of a little
@@ -5146,7 +5219,7 @@
5146 ;;5219 ;;
51475220
5148 # Unfortunately, older versions of FreeBSD 2 do not have this feature.5221 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5149 freebsd2*)5222 freebsd2.*)
5150 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'5223 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5151 _LT_TAGVAR(hardcode_direct, $1)=yes5224 _LT_TAGVAR(hardcode_direct, $1)=yes
5152 _LT_TAGVAR(hardcode_minus_L, $1)=yes5225 _LT_TAGVAR(hardcode_minus_L, $1)=yes
@@ -5185,7 +5258,6 @@
5185 fi5258 fi
5186 if test "$with_gnu_ld" = no; then5259 if test "$with_gnu_ld" = no; then
5187 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'5260 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5188 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5189 _LT_TAGVAR(hardcode_libdir_separator, $1)=:5261 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5190 _LT_TAGVAR(hardcode_direct, $1)=yes5262 _LT_TAGVAR(hardcode_direct, $1)=yes
5191 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes5263 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
@@ -5627,9 +5699,6 @@
5627_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],5699_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
5628 [Flag to hardcode $libdir into a binary during linking.5700 [Flag to hardcode $libdir into a binary during linking.
5629 This must work even if $libdir does not exist])5701 This must work even if $libdir does not exist])
5630_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
5631 [[If ld is used when linking, flag to hardcode $libdir into a binary
5632 during linking. This must work even if $libdir does not exist]])
5633_LT_TAGDECL([], [hardcode_libdir_separator], [1],5702_LT_TAGDECL([], [hardcode_libdir_separator], [1],
5634 [Whether we need a single "-rpath" flag with a separated argument])5703 [Whether we need a single "-rpath" flag with a separated argument])
5635_LT_TAGDECL([], [hardcode_direct], [0],5704_LT_TAGDECL([], [hardcode_direct], [0],
@@ -5787,7 +5856,6 @@
5787_LT_TAGVAR(hardcode_direct, $1)=no5856_LT_TAGVAR(hardcode_direct, $1)=no
5788_LT_TAGVAR(hardcode_direct_absolute, $1)=no5857_LT_TAGVAR(hardcode_direct_absolute, $1)=no
5789_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=5858_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
5790_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5791_LT_TAGVAR(hardcode_libdir_separator, $1)=5859_LT_TAGVAR(hardcode_libdir_separator, $1)=
5792_LT_TAGVAR(hardcode_minus_L, $1)=no5860_LT_TAGVAR(hardcode_minus_L, $1)=no
5793_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported5861_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
@@ -6157,7 +6225,7 @@
6157 esac6225 esac
6158 ;;6226 ;;
61596227
6160 freebsd[[12]]*)6228 freebsd2.*)
6161 # C++ shared libraries reported to be fairly broken before6229 # C++ shared libraries reported to be fairly broken before
6162 # switch to ELF6230 # switch to ELF
6163 _LT_TAGVAR(ld_shlibs, $1)=no6231 _LT_TAGVAR(ld_shlibs, $1)=no
@@ -6918,12 +6986,18 @@
6918 }6986 }
6919};6987};
6920_LT_EOF6988_LT_EOF
6989], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
6990package foo
6991func foo() {
6992}
6993_LT_EOF
6921])6994])
69226995
6923_lt_libdeps_save_CFLAGS=$CFLAGS6996_lt_libdeps_save_CFLAGS=$CFLAGS
6924case "$CC $CFLAGS " in #(6997case "$CC $CFLAGS " in #(
6925*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;6998*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
6926*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;6999*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
7000*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
6927esac7001esac
69287002
6929dnl Parse the compiler output and extract the necessary7003dnl Parse the compiler output and extract the necessary
@@ -7120,7 +7194,6 @@
7120_LT_TAGVAR(hardcode_direct, $1)=no7194_LT_TAGVAR(hardcode_direct, $1)=no
7121_LT_TAGVAR(hardcode_direct_absolute, $1)=no7195_LT_TAGVAR(hardcode_direct_absolute, $1)=no
7122_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=7196_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7123_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
7124_LT_TAGVAR(hardcode_libdir_separator, $1)=7197_LT_TAGVAR(hardcode_libdir_separator, $1)=
7125_LT_TAGVAR(hardcode_minus_L, $1)=no7198_LT_TAGVAR(hardcode_minus_L, $1)=no
7126_LT_TAGVAR(hardcode_automatic, $1)=no7199_LT_TAGVAR(hardcode_automatic, $1)=no
@@ -7253,7 +7326,6 @@
7253_LT_TAGVAR(hardcode_direct, $1)=no7326_LT_TAGVAR(hardcode_direct, $1)=no
7254_LT_TAGVAR(hardcode_direct_absolute, $1)=no7327_LT_TAGVAR(hardcode_direct_absolute, $1)=no
7255_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=7328_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7256_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
7257_LT_TAGVAR(hardcode_libdir_separator, $1)=7329_LT_TAGVAR(hardcode_libdir_separator, $1)=
7258_LT_TAGVAR(hardcode_minus_L, $1)=no7330_LT_TAGVAR(hardcode_minus_L, $1)=no
7259_LT_TAGVAR(hardcode_automatic, $1)=no7331_LT_TAGVAR(hardcode_automatic, $1)=no
@@ -7440,6 +7512,77 @@
7440])# _LT_LANG_GCJ_CONFIG7512])# _LT_LANG_GCJ_CONFIG
74417513
74427514
7515# _LT_LANG_GO_CONFIG([TAG])
7516# --------------------------
7517# Ensure that the configuration variables for the GNU Go compiler
7518# are suitably defined. These variables are subsequently used by _LT_CONFIG
7519# to write the compiler configuration to `libtool'.
7520m4_defun([_LT_LANG_GO_CONFIG],
7521[AC_REQUIRE([LT_PROG_GO])dnl
7522AC_LANG_SAVE
7523
7524# Source file extension for Go test sources.
7525ac_ext=go
7526
7527# Object file extension for compiled Go test sources.
7528objext=o
7529_LT_TAGVAR(objext, $1)=$objext
7530
7531# Code to be used in simple compile tests
7532lt_simple_compile_test_code="package main; func main() { }"
7533
7534# Code to be used in simple link tests
7535lt_simple_link_test_code='package main; func main() { }'
7536
7537# ltmain only uses $CC for tagged configurations so make sure $CC is set.
7538_LT_TAG_COMPILER
7539
7540# save warnings/boilerplate of simple test code
7541_LT_COMPILER_BOILERPLATE
7542_LT_LINKER_BOILERPLATE
7543
7544# Allow CC to be a program name with arguments.
7545lt_save_CC=$CC
7546lt_save_CFLAGS=$CFLAGS
7547lt_save_GCC=$GCC
7548GCC=yes
7549CC=${GOC-"gccgo"}
7550CFLAGS=$GOFLAGS
7551compiler=$CC
7552_LT_TAGVAR(compiler, $1)=$CC
7553_LT_TAGVAR(LD, $1)="$LD"
7554_LT_CC_BASENAME([$compiler])
7555
7556# Go did not exist at the time GCC didn't implicitly link libc in.
7557_LT_TAGVAR(archive_cmds_need_lc, $1)=no
7558
7559_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7560_LT_TAGVAR(reload_flag, $1)=$reload_flag
7561_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7562
7563## CAVEAT EMPTOR:
7564## There is no encapsulation within the following macros, do not change
7565## the running order or otherwise move them around unless you know exactly
7566## what you are doing...
7567if test -n "$compiler"; then
7568 _LT_COMPILER_NO_RTTI($1)
7569 _LT_COMPILER_PIC($1)
7570 _LT_COMPILER_C_O($1)
7571 _LT_COMPILER_FILE_LOCKS($1)
7572 _LT_LINKER_SHLIBS($1)
7573 _LT_LINKER_HARDCODE_LIBPATH($1)
7574
7575 _LT_CONFIG($1)
7576fi
7577
7578AC_LANG_RESTORE
7579
7580GCC=$lt_save_GCC
7581CC=$lt_save_CC
7582CFLAGS=$lt_save_CFLAGS
7583])# _LT_LANG_GO_CONFIG
7584
7585
7443# _LT_LANG_RC_CONFIG([TAG])7586# _LT_LANG_RC_CONFIG([TAG])
7444# -------------------------7587# -------------------------
7445# Ensure that the configuration variables for the Windows resource compiler7588# Ensure that the configuration variables for the Windows resource compiler
@@ -7509,6 +7652,13 @@
7509dnl AC_DEFUN([LT_AC_PROG_GCJ], [])7652dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
75107653
75117654
7655# LT_PROG_GO
7656# ----------
7657AC_DEFUN([LT_PROG_GO],
7658[AC_CHECK_TOOL(GOC, gccgo,)
7659])
7660
7661
7512# LT_PROG_RC7662# LT_PROG_RC
7513# ----------7663# ----------
7514AC_DEFUN([LT_PROG_RC],7664AC_DEFUN([LT_PROG_RC],
75157665
=== modified file 'm4/ltoptions.m4'
--- m4/ltoptions.m4 2011-12-21 00:31:37 +0000
+++ m4/ltoptions.m4 2012-01-17 23:06:35 +0000
@@ -326,9 +326,24 @@
326# MODE is either `yes' or `no'. If omitted, it defaults to `both'.326# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
327m4_define([_LT_WITH_PIC],327m4_define([_LT_WITH_PIC],
328[AC_ARG_WITH([pic],328[AC_ARG_WITH([pic],
329 [AS_HELP_STRING([--with-pic],329 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
331 [pic_mode="$withval"],331 [lt_p=${PACKAGE-default}
332 case $withval in
333 yes|no) pic_mode=$withval ;;
334 *)
335 pic_mode=default
336 # Look at the argument we got. We use all the common list separators.
337 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
338 for lt_pkg in $withval; do
339 IFS="$lt_save_ifs"
340 if test "X$lt_pkg" = "X$lt_p"; then
341 pic_mode=yes
342 fi
343 done
344 IFS="$lt_save_ifs"
345 ;;
346 esac],
332 [pic_mode=default])347 [pic_mode=default])
333348
334test -z "$pic_mode" && pic_mode=m4_default([$1], [default])349test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
335350
=== modified file 'm4/ltversion.m4'
--- m4/ltversion.m4 2011-12-21 00:31:37 +0000
+++ m4/ltversion.m4 2012-01-17 23:06:35 +0000
@@ -9,15 +9,15 @@
99
10# @configure_input@10# @configure_input@
1111
12# serial 3293 ltversion.m412# serial 3337 ltversion.m4
13# This file is part of GNU Libtool13# This file is part of GNU Libtool
1414
15m4_define([LT_PACKAGE_VERSION], [2.4])15m4_define([LT_PACKAGE_VERSION], [2.4.2])
16m4_define([LT_PACKAGE_REVISION], [1.3293])16m4_define([LT_PACKAGE_REVISION], [1.3337])
1717
18AC_DEFUN([LTVERSION_VERSION],18AC_DEFUN([LTVERSION_VERSION],
19[macro_version='2.4'19[macro_version='2.4.2'
20macro_revision='1.3293'20macro_revision='1.3337'
21_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])21_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22_LT_DECL(, macro_revision, 0)22_LT_DECL(, macro_revision, 0)
23])23])

Subscribers

People subscribed via source and target branches

to all changes: