~ubuntu-branches/debian/jessie/betaradio/jessie

« back to all changes in this revision

Viewing changes to libltdl/m4/libtool.m4

  • Committer: Package Import Robot
  • Author(s): Shih-Yuan Lee (FourDollars)
  • Date: 2014-08-18 11:50:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140818115045-6ymj9l9xbb0lgtbp
Tags: 1.6-1
* New upstream release.
* debian/control:
  - Update Debian Policy version to 3.9.5
* debian/compat,
  debian/control: 
  - Update debhelper to 9
* debian/patches/fix_desktop.patch:
  - Fix lintian tags: desktop-entry-lacks-keywords-entry and
  desktop-entry-uses-reserved-category.
* debian/copyright: Fix lintian tag, out-of-date-copyright-format-uri.
* debian/control: Update Vcs-Browser to GitHub.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1312
1312
  rm -rf conftest*
1313
1313
  ;;
1314
1314
 
1315
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
1315
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1316
1316
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1317
1317
  # Find out which ABI we are using.
1318
1318
  echo 'int i;' > conftest.$ac_ext
1324
1324
            LD="${LD-ld} -m elf_i386_fbsd"
1325
1325
            ;;
1326
1326
          x86_64-*linux*)
1327
 
            LD="${LD-ld} -m elf_i386"
1328
 
            ;;
1329
 
          ppc64-*linux*|powerpc64-*linux*)
 
1327
            case `/usr/bin/file conftest.o` in
 
1328
              *x86-64*)
 
1329
                LD="${LD-ld} -m elf32_x86_64"
 
1330
                ;;
 
1331
              *)
 
1332
                LD="${LD-ld} -m elf_i386"
 
1333
                ;;
 
1334
            esac
 
1335
            ;;
 
1336
          powerpc64le-*)
 
1337
            LD="${LD-ld} -m elf32lppclinux"
 
1338
            ;;
 
1339
          powerpc64-*)
1330
1340
            LD="${LD-ld} -m elf32ppclinux"
1331
1341
            ;;
1332
1342
          s390x-*linux*)
1345
1355
          x86_64-*linux*)
1346
1356
            LD="${LD-ld} -m elf_x86_64"
1347
1357
            ;;
1348
 
          ppc*-*linux*|powerpc*-*linux*)
 
1358
          powerpcle-*)
 
1359
            LD="${LD-ld} -m elf64lppc"
 
1360
            ;;
 
1361
          powerpc-*)
1349
1362
            LD="${LD-ld} -m elf64ppc"
1350
1363
            ;;
1351
1364
          s390*-*linux*|s390*-*tpf*)
1688
1701
    ;;
1689
1702
  *)
1690
1703
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1691
 
    if test -n "$lt_cv_sys_max_cmd_len"; then
 
1704
    if test -n "$lt_cv_sys_max_cmd_len" && \
 
1705
        test undefined != "$lt_cv_sys_max_cmd_len"; then
1692
1706
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1693
1707
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1694
1708
    else
2512
2526
  esac
2513
2527
  ;;
2514
2528
 
2515
 
gnu*)
2516
 
  version_type=linux # correct to gnu/linux during the next big refactor
2517
 
  need_lib_prefix=no
2518
 
  need_version=no
2519
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2520
 
  soname_spec='${libname}${release}${shared_ext}$major'
2521
 
  shlibpath_var=LD_LIBRARY_PATH
2522
 
  shlibpath_overrides_runpath=no
2523
 
  hardcode_into_libs=yes
2524
 
  ;;
2525
 
 
2526
2529
haiku*)
2527
2530
  version_type=linux # correct to gnu/linux during the next big refactor
2528
2531
  need_lib_prefix=no
2639
2642
  ;;
2640
2643
 
2641
2644
# This must be glibc/ELF.
2642
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
2645
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
2643
2646
  version_type=linux # correct to gnu/linux during the next big refactor
2644
2647
  need_lib_prefix=no
2645
2648
  need_version=no
3255
3258
  fi
3256
3259
  ;;
3257
3260
 
3258
 
gnu*)
3259
 
  lt_cv_deplibs_check_method=pass_all
3260
 
  ;;
3261
 
 
3262
3261
haiku*)
3263
3262
  lt_cv_deplibs_check_method=pass_all
3264
3263
  ;;
3297
3296
  ;;
3298
3297
 
3299
3298
# This must be glibc/ELF.
3300
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
3299
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
3301
3300
  lt_cv_deplibs_check_method=pass_all
3302
3301
  ;;
3303
3302
 
4049
4048
            ;;
4050
4049
        esac
4051
4050
        ;;
4052
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
4051
      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4053
4052
        case $cc_basename in
4054
4053
          KCC*)
4055
4054
            # KAI C++ Compiler
4348
4347
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4349
4348
      ;;
4350
4349
 
4351
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
4350
    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4352
4351
      case $cc_basename in
4353
4352
      # old Intel for x86_64 which still supported -KPIC.
4354
4353
      ecc*)
6241
6240
        _LT_TAGVAR(ld_shlibs, $1)=yes
6242
6241
        ;;
6243
6242
 
6244
 
      gnu*)
6245
 
        ;;
6246
 
 
6247
6243
      haiku*)
6248
6244
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6249
6245
        _LT_TAGVAR(link_all_deplibs, $1)=yes
6405
6401
        _LT_TAGVAR(inherit_rpath, $1)=yes
6406
6402
        ;;
6407
6403
 
6408
 
      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
6404
      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6409
6405
        case $cc_basename in
6410
6406
          KCC*)
6411
6407
            # Kuck and Associates, Inc. (KAI) C++ Compiler