~ubuntu-branches/ubuntu/maverick/mpop/maverick

« back to all changes in this revision

Viewing changes to gnulib/m4/alloca.m4

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2009-08-14 18:08:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090814180848-f31eii74n1dnzimr
Tags: 1.0.17-1
* New upstream release (Closes: #513223)
* Adopting the package: setting me as maintainer.
* Add a Homepage field.
* Bump Standards-Version to 3.8.2.
* Update debian/copyright:
  - point to the GPLv3 licence from /usr/share/common-licences
    instead of including the whole licence.
  - Add new copyright holders.
  - Cleaning and refactoring.
* Add Vcs-Git and Vcs-Browser fields.
* Switch packaging from CDBS to "plain debhelper".
* Update debian/compat to version 7.
* New binary package mpop-gnome (mpop with GNOME keyring support)
  which depends on "standard" mpop package and diverts /usr/bin/mpop.
* Update patch which fixes lintian warnings about hyphens in mpop
  manpage.
* Add DM-Upload-Allowed field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# alloca.m4 serial 7
2
 
dnl Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc.
 
1
# alloca.m4 serial 9
 
2
dnl Copyright (C) 2002-2004, 2006, 2007, 2009 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.
26
26
    ])
27
27
    if test $gl_cv_rpl_alloca = yes; then
28
28
      dnl OK, alloca can be implemented through a compiler built-in.
29
 
      AC_DEFINE([HAVE_ALLOCA], 1,
 
29
      AC_DEFINE([HAVE_ALLOCA], [1],
30
30
        [Define to 1 if you have 'alloca' after including <alloca.h>,
31
31
         a header that may be supplied by this distribution.])
32
32
      ALLOCA_H=alloca.h
39
39
    ALLOCA_H=alloca.h
40
40
  fi
41
41
  AC_SUBST([ALLOCA_H])
42
 
 
43
 
  AC_DEFINE(HAVE_ALLOCA_H, 1,
44
 
    [Define HAVE_ALLOCA_H for backward compatibility with older code
45
 
     that includes <alloca.h> only if HAVE_ALLOCA_H is defined.])
46
42
])
47
43
 
48
44
# Prerequisites of lib/alloca.c.