~ubuntu-branches/ubuntu/hardy/gnupg2/hardy-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-05-15 13:54:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515135455-89qfyalmgjy6gcqw
Tags: 2.0.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
  - Include /doc files as done with gnupg
  - debian/rules: add doc/com-certs.pem to the docs for gpgsm
  - debian/copyright: update download url
  - debian/README.Debian: remove note the gnupg2 isn't released yet.
  - debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
m4_if(m4_PACKAGE_VERSION, [2.60a],,
15
 
[m4_fatal([this file was generated for autoconf 2.60a.
 
14
m4_if(m4_PACKAGE_VERSION, [2.61],,
 
15
[m4_fatal([this file was generated for autoconf 2.61.
16
16
You have another version of autoconf.  If you want to use that,
17
17
you should regenerate the build system entirely.], [63])])
18
18
 
618
618
rm -f confinc confmf
619
619
])
620
620
 
 
621
# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
 
622
# Free Software Foundation, Inc.
 
623
#
 
624
# This file is free software; the Free Software Foundation
 
625
# gives unlimited permission to copy and/or distribute it,
 
626
# with or without modifications, as long as this notice is preserved.
 
627
 
 
628
# serial 5
 
629
 
 
630
# AM_PROG_CC_C_O
 
631
# --------------
 
632
# Like AC_PROG_CC_C_O, but changed for automake.
 
633
AC_DEFUN([AM_PROG_CC_C_O],
 
634
[AC_REQUIRE([AC_PROG_CC_C_O])dnl
 
635
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
636
AC_REQUIRE_AUX_FILE([compile])dnl
 
637
# FIXME: we rely on the cache variable name because
 
638
# there is no other way.
 
639
set dummy $CC
 
640
ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
 
641
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
642
   # Losing compiler, so override with the script.
 
643
   # FIXME: It is wrong to rewrite CC.
 
644
   # But if we don't then we get into trouble of one sort or another.
 
645
   # A longer-term fix would be to have automake use am__CC in this case,
 
646
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
647
   CC="$am_aux_dir/compile $CC"
 
648
fi
 
649
dnl Make sure AC_PROG_CC is never called again, or it will override our
 
650
dnl setting of CC.
 
651
m4_define([AC_PROG_CC],
 
652
          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
 
653
])
 
654
 
621
655
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
622
656
 
623
657
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
921
955
m4_include([m4/gpg-error.m4])
922
956
m4_include([m4/iconv.m4])
923
957
m4_include([m4/intdiv0.m4])
 
958
m4_include([m4/intl.m4])
924
959
m4_include([m4/intmax.m4])
925
 
m4_include([m4/inttypes-h.m4])
926
960
m4_include([m4/inttypes-pri.m4])
927
961
m4_include([m4/inttypes_h.m4])
928
962
m4_include([m4/isc-posix.m4])