~ubuntu-branches/ubuntu/trusty/gnutls26/trusty

« back to all changes in this revision

Viewing changes to libextra/gl/m4/lib-ld.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# lib-ld.m4 serial 4 (gettext-0.18)
2
 
dnl Copyright (C) 1996-2003, 2009-2010 Free Software Foundation, Inc.
 
1
# lib-ld.m4 serial 5 (gettext-0.18.2)
 
2
dnl Copyright (C) 1996-2003, 2009-2011 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
31
31
# Prepare PATH_SEPARATOR.
32
32
# The user is always right.
33
33
if test "${PATH_SEPARATOR+set}" != set; then
34
 
  echo "#! /bin/sh" >conf$$.sh
35
 
  echo  "exit 0"   >>conf$$.sh
36
 
  chmod +x conf$$.sh
37
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
38
 
    PATH_SEPARATOR=';'
39
 
  else
40
 
    PATH_SEPARATOR=:
41
 
  fi
42
 
  rm -f conf$$.sh
 
34
  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
 
35
  # contains only /bin. Note that ksh looks also at the FPATH variable,
 
36
  # so we have to set that as well for the test.
 
37
  PATH_SEPARATOR=:
 
38
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
 
39
    && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
 
40
           || PATH_SEPARATOR=';'
 
41
       }
43
42
fi
44
43
ac_prog=ld
45
44
if test "$GCC" = yes; then