~ubuntu-branches/ubuntu/saucy/curl/saucy-security

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-05-22 14:53:29 UTC
  • mfrom: (3.4.28 sid)
  • Revision ID: package-import@ubuntu.com-20120522145329-hbf1n3zr7qh08qab
Tags: 7.25.0-1ubuntu1
* Merge from Debian testing (LP: #1003049).  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
  - Also closes (LP: #855291)
* debian/patches/CVE-2012-0036.patch: Dropped. CVE resolved upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
70
70
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
71
71
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
72
 
        $(top_srcdir)/m4/xc-translit.m4 $(top_srcdir)/acinclude.m4 \
 
72
        $(top_srcdir)/m4/xc-translit.m4 \
 
73
        $(top_srcdir)/m4/zz50-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
73
74
        $(top_srcdir)/configure.ac
74
75
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75
76
        $(ACLOCAL_M4)
221
222
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
222
223
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
223
224
USE_GNUTLS = @USE_GNUTLS@
 
225
USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
224
226
USE_LIBRTMP = @USE_LIBRTMP@
225
227
USE_LIBSSH2 = @USE_LIBSSH2@
226
228
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
231
233
USE_SSLEAY = @USE_SSLEAY@
232
234
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
233
235
VERSION = @VERSION@
 
236
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
 
237
VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
 
238
VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
234
239
VERSIONNUM = @VERSIONNUM@
235
240
ac_ct_AR = @ac_ct_AR@
236
241
ac_ct_CC = @ac_ct_CC@
316
321
              exit 1;; \
317
322
          esac; \
318
323
        done; \
319
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
 
324
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
320
325
        cd $(top_srcdir) && \
321
 
          $(AUTOMAKE) --gnu  tests/Makefile
 
326
          $(AUTOMAKE) --foreign  tests/Makefile
322
327
.PRECIOUS: Makefile
323
328
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324
329
        @case '$?' in \