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

« back to all changes in this revision

Viewing changes to gl/m4/gnulib-comp.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.
 
1
# DO NOT EDIT! GENERATED AUTOMATICALLY!
 
2
# Copyright (C) 2004-2006 Free Software Foundation, Inc.
 
3
#
2
4
# This file is free software, distributed under the terms of the GNU
3
5
# General Public License.  As a special exception to the GNU General
4
6
# Public License, this file may be distributed as part of a program
18
20
# any checks for libraries, header files, types and library functions.
19
21
AC_DEFUN([gl_EARLY],
20
22
[
21
 
  AC_REQUIRE([AC_GNU_SOURCE])
 
23
  m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
 
24
  m4_pattern_allow([^gl_ES$])dnl a valid locale name
 
25
  AC_REQUIRE([AC_PROG_RANLIB])
22
26
])
23
27
 
24
28
# This macro should be invoked from ./configure.ac, in the section
25
29
# "Check for header files, types and library functions".
26
30
AC_DEFUN([gl_INIT],
27
31
[
28
 
AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
 
32
  AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
 
33
  gl_cond_libtool=false
 
34
  gl_libdeps=
 
35
  gl_ltlibdeps=
 
36
  gl_source_base='gl'
29
37
  gl_FUNC_ALLOCA
30
38
  gl_ALLOCSA
31
39
  gt_FUNC_MKDTEMP
32
40
  gt_FUNC_SETENV
33
41
  gl_SIZE_MAX
 
42
  gl_STDINT_H
34
43
  gl_FUNC_STRPBRK
35
 
  gl_FUNC_STRSEP
36
 
  gl_FUNC_VASNPRINTF
37
 
  gl_FUNC_VASPRINTF
 
44
  gl_HEADER_UNISTD
38
45
  gl_XSIZE
 
46
  LIBGNU_LIBDEPS="$gl_libdeps"
 
47
  AC_SUBST([LIBGNU_LIBDEPS])
 
48
  LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
 
49
  AC_SUBST([LIBGNU_LTLIBDEPS])
39
50
])
40
51
 
41
52
# This macro records the list of files which have been installed by
45
56
  lib/allocsa.c
46
57
  lib/allocsa.h
47
58
  lib/allocsa.valgrind
48
 
  lib/asnprintf.c
49
 
  lib/asprintf.c
50
59
  lib/mkdtemp.c
51
60
  lib/mkdtemp.h
52
 
  lib/printf-args.c
53
 
  lib/printf-args.h
54
 
  lib/printf-parse.c
55
 
  lib/printf-parse.h
56
61
  lib/setenv.c
57
62
  lib/setenv.h
58
63
  lib/size_max.h
 
64
  lib/stdint_.h
59
65
  lib/strpbrk.c
60
66
  lib/strpbrk.h
61
 
  lib/strsep.c
62
 
  lib/strsep.h
63
67
  lib/unsetenv.c
64
 
  lib/vasnprintf.c
65
 
  lib/vasnprintf.h
66
 
  lib/vasprintf.c
67
 
  lib/vasprintf.h
68
68
  lib/xsize.h
 
69
  m4/absolute-header.m4
69
70
  m4/alloca.m4
70
71
  m4/allocsa.m4
71
72
  m4/eealloc.m4
72
 
  m4/eoverflow.m4
73
 
  m4/intmax_t.m4
74
 
  m4/inttypes_h.m4
75
73
  m4/longdouble.m4
76
 
  m4/longlong.m4
77
74
  m4/mkdtemp.m4
78
 
  m4/onceonly_2_57.m4
79
75
  m4/setenv.m4
80
 
  m4/signed.m4
81
76
  m4/size_max.m4
82
 
  m4/stdint_h.m4
 
77
  m4/stdint.m4
83
78
  m4/strpbrk.m4
84
 
  m4/strsep.m4
85
 
  m4/uintmax_t.m4
86
79
  m4/ulonglong.m4
87
 
  m4/vasnprintf.m4
88
 
  m4/vasprintf.m4
89
 
  m4/wchar_t.m4
90
 
  m4/wint_t.m4
 
80
  m4/unistd_h.m4
91
81
  m4/xsize.m4
92
82
])