~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to gnulib/m4/alloca.m4

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# alloca.m4 serial 8
2
 
dnl Copyright (C) 2002-2004, 2006, 2007 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