~ubuntu-branches/ubuntu/precise/libtasn1-3/precise

« back to all changes in this revision

Viewing changes to gl/m4/msvc-nothrow.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler, Simon Josefsson, Andreas Metzler
  • Date: 2011-10-31 08:54:49 UTC
  • mfrom: (11.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20111031085449-6hm416xs0101z27x
Tags: 2.10-1
[Simon Josefsson]
* Fix Debian BTS URL in --with-packager-bug-reports option.

[Andreas Metzler]
* New upstream Version. (Includes workaround for #639818)
* Point watchfile to ftp.gnu.org instead of ftp.gnutls.org.
* [debian/control] Drop priority and section from libtasn1-3 binary package
  stanza.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# msvc-nothrow.m4 serial 1
 
2
dnl Copyright (C) 2011 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
 
6
 
 
7
AC_DEFUN([gl_MSVC_NOTHROW],
 
8
[
 
9
  AC_REQUIRE([gl_MSVC_INVAL])
 
10
])