~ricotz/ubuntu/natty/gnupg/natty

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Rico Tzschichholz
  • Author(s): Rico Tzschichholz
  • Date: 2011-02-17 18:12:28 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: ricotz@t-online.de-20110217181228-cwp850svo20lnz48
* Resynchronise with Debian.  Remaining changes:
  - Disable mlock() test since it fails with ulimit 0 (on buildds).
  - Set gpg (or gpg2) and gpgsm to use a passphrase agent by default.
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.
  - Only suggest gnupg-curl and libldap; recommendations are pulled into
    minimal, and we don't need the keyserver utilities in a minimal Ubuntu
    system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
96
96
ECHO_T = @ECHO_T@
97
97
EGREP = @EGREP@
98
98
EXEEXT = @EXEEXT@
99
 
FAQPROG = @FAQPROG@
100
99
GENCAT = @GENCAT@
101
100
GETOPT = @GETOPT@
102
101
GLIBC2 = @GLIBC2@
165
164
PACKAGE_NAME = @PACKAGE_NAME@
166
165
PACKAGE_STRING = @PACKAGE_STRING@
167
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_URL = @PACKAGE_URL@
168
168
PACKAGE_VERSION = @PACKAGE_VERSION@
169
169
PATH_SEPARATOR = @PATH_SEPARATOR@
170
170
PERL = @PERL@
233
233
srcdir = @srcdir@
234
234
sysconfdir = @sysconfdir@
235
235
target_alias = @target_alias@
 
236
top_build_prefix = @top_build_prefix@
236
237
top_builddir = @top_builddir@
237
238
top_srcdir = @top_srcdir@
238
239
EXTRA_DIST = glibc2.m4 intl.m4 intldir.m4 lock.m4 visibility.m4 intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 \
252
253
        @for dep in $?; do \
253
254
          case '$(am__configure_deps)' in \
254
255
            *$$dep*) \
255
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
256
 
                && exit 0; \
 
256
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
257
                && { if test -f $@; then exit 0; else break; fi; }; \
257
258
              exit 1;; \
258
259
          esac; \
259
260
        done; \