~ubuntu-branches/ubuntu/maverick/awn-extras-applets/maverick

« back to all changes in this revision

Viewing changes to m4/libtool.m4

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-08-29 14:29:52 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100829142952-rhvuetyms9bv5uu7
Tags: upstream-0.4.0+bzr1372
ImportĀ upstreamĀ versionĀ 0.4.0+bzr1372

Show diffs side-by-side

added added

removed removed

Lines of Context:
2445
2445
  ;;
2446
2446
 
2447
2447
# This must be Linux ELF.
2448
 
linux* | k*bsd*-gnu)
 
2448
linux* | k*bsd*-gnu | kopensolaris*-gnu)
2449
2449
  version_type=linux
2450
2450
  need_lib_prefix=no
2451
2451
  need_version=no
3084
3084
  ;;
3085
3085
 
3086
3086
# This must be Linux ELF.
3087
 
linux* | k*bsd*-gnu)
 
3087
linux* | k*bsd*-gnu | kopensolaris*-gnu)
3088
3088
  lt_cv_deplibs_check_method=pass_all
3089
3089
  ;;
3090
3090
 
3705
3705
            ;;
3706
3706
        esac
3707
3707
        ;;
3708
 
      linux* | k*bsd*-gnu)
 
3708
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
3709
3709
        case $cc_basename in
3710
3710
          KCC*)
3711
3711
            # KAI C++ Compiler
3989
3989
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3990
3990
      ;;
3991
3991
 
3992
 
    linux* | k*bsd*-gnu)
 
3992
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
3993
3993
      case $cc_basename in
3994
3994
      # old Intel for x86_64 which still supported -KPIC.
3995
3995
      ecc*)
4261
4261
  openbsd*)
4262
4262
    with_gnu_ld=no
4263
4263
    ;;
 
4264
  linux* | k*bsd*-gnu)
 
4265
    _LT_TAGVAR(link_all_deplibs, $1)=no
 
4266
    ;;
4264
4267
  esac
4265
4268
 
4266
4269
  _LT_TAGVAR(ld_shlibs, $1)=yes
4282
4285
    fi
4283
4286
    supports_anon_versioning=no
4284
4287
    case `$LD -v 2>&1` in
 
4288
      *GNU\ gold*) supports_anon_versioning=yes ;;
4285
4289
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4286
4290
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4287
4291
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4373
4377
      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
4374
4378
      ;;
4375
4379
 
4376
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
4380
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
4377
4381
      tmp_diet=no
4378
4382
      if test "$host_os" = linux-dietlibc; then
4379
4383
        case $cc_basename in
5857
5861
        _LT_TAGVAR(inherit_rpath, $1)=yes
5858
5862
        ;;
5859
5863
 
5860
 
      linux* | k*bsd*-gnu)
 
5864
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
5861
5865
        case $cc_basename in
5862
5866
          KCC*)
5863
5867
            # Kuck and Associates, Inc. (KAI) C++ Compiler