~ubuntu-branches/ubuntu/oneiric/gnupg2/oneiric-updates

« back to all changes in this revision

Viewing changes to gl/m4/gnulib.m4

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2004 Free Software Foundation, Inc.
2
 
# This file is free software, distributed under the terms of the GNU
3
 
# General Public License.  As a special exception to the GNU General
4
 
# Public License, this file may be distributed as part of a program
5
 
# that contains a configuration script generated by Autoconf, under
6
 
# the same distribution terms as the rest of that program.
7
 
#
8
 
# Generated by gnulib-tool.
9
 
#
10
 
# Invoked as: gnulib-tool --import
11
 
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=scripts   alloca-opt allocsa mkdtemp setenv strpbrk strsep vasnprintf vasprintf xsize
12
 
 
13
 
AC_DEFUN([gl_EARLY],
14
 
[
15
 
  AC_GNU_SOURCE
16
 
])
17
 
 
18
 
AC_DEFUN([gl_INIT],
19
 
[
20
 
  gl_FUNC_ALLOCA
21
 
  gl_ALLOCSA
22
 
  gt_FUNC_MKDTEMP
23
 
  gt_FUNC_SETENV
24
 
  gl_FUNC_STRPBRK
25
 
  gl_FUNC_STRSEP
26
 
  gl_FUNC_VASNPRINTF
27
 
  gl_FUNC_VASPRINTF
28
 
  gl_XSIZE
29
 
])
30
 
 
31
 
dnl Usage: gl_MODULES(module1 module2 ...)
32
 
AC_DEFUN([gl_MODULES], [])
33
 
 
34
 
dnl Usage: gl_SOURCE_BASE(DIR)
35
 
AC_DEFUN([gl_SOURCE_BASE], [])
36
 
 
37
 
dnl Usage: gl_M4_BASE(DIR)
38
 
AC_DEFUN([gl_M4_BASE], [])
39
 
 
40
 
dnl Usage: gl_LIB(LIBNAME)
41
 
AC_DEFUN([gl_LIB], [])
42
 
 
43
 
dnl Usage: gl_LGPL
44
 
AC_DEFUN([gl_LGPL], [])
45
 
 
46
 
# gnulib.m4 ends here