~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to gl/m4/putenv.m4

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# putenv.m4 serial 19
2
 
dnl Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
1
# putenv.m4 serial 20
 
2
dnl Copyright (C) 2002-2013 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.
48
48
      ;;
49
49
  esac
50
50
])
 
51
 
 
52
# Prerequisites of lib/putenv.c.
 
53
AC_DEFUN([gl_PREREQ_PUTENV],
 
54
[
 
55
  AC_CHECK_DECLS([_putenv])
 
56
])