~bluesabre/ubuntu/trusty/lightdm-gtk-greeter/bug-1331871

« back to all changes in this revision

Viewing changes to m4/libtool.m4

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-01-24 16:10:33 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130124161033-4jq2ulxa67j2wobg
Tags: 1.5.0-0ubuntu1
* New upstream release.
* debian/control: bump liblightdm-gobject-1-dev b-dep to >= 1.3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1324
1324
            LD="${LD-ld} -m elf_i386_fbsd"
1325
1325
            ;;
1326
1326
          x86_64-*linux*)
1327
 
            LD="${LD-ld} -m elf_i386"
 
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
1328
1335
            ;;
1329
1336
          ppc64-*linux*|powerpc64-*linux*)
1330
1337
            LD="${LD-ld} -m elf32ppclinux"
1688
1695
    ;;
1689
1696
  *)
1690
1697
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1691
 
    if test -n "$lt_cv_sys_max_cmd_len"; then
 
1698
    if test -n "$lt_cv_sys_max_cmd_len" && \
 
1699
        test undefined != "$lt_cv_sys_max_cmd_len"; then
1692
1700
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1693
1701
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1694
1702
    else