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

« back to all changes in this revision

Viewing changes to m4/gpg-error.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
 
dnl Autoconf macros for libgpg-error
 
1
# gpg-error.m4 - autoconf macro to detect libgpg-error.
 
2
# Copyright (C) 2002, 2003, 2004 g10 Code GmbH
 
3
#
 
4
# This file is free software; as a special exception the author gives
 
5
# unlimited permission to copy and/or distribute it, with or without
 
6
# modifications, as long as this notice is preserved.
 
7
#
 
8
# This file is distributed in the hope that it will be useful, but
 
9
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 
10
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2
11
 
3
12
dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
4
13
dnl                   [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
42
51
  if test $ok = yes; then
43
52
    GPG_ERROR_CFLAGS=`$GPG_ERROR_CONFIG $gpg_error_config_args --cflags`
44
53
    GPG_ERROR_LIBS=`$GPG_ERROR_CONFIG $gpg_error_config_args --libs`
45
 
    AC_MSG_RESULT(yes)
 
54
    AC_MSG_RESULT([yes ($gpg_error_config_version)])
46
55
    ifelse([$2], , :, [$2])
47
56
  else
48
57
    GPG_ERROR_CFLAGS=""