~ubuntu-branches/ubuntu/precise/curl/precise-proposed

« back to all changes in this revision

Viewing changes to packages/AIX/RPM/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): James Page
  • Date: 2011-10-20 09:28:24 UTC
  • mfrom: (3.4.22 sid)
  • Revision ID: james.westby@ubuntu.com-20111020092824-i7kfjd5we7dh57nv
Tags: 7.21.7-3ubuntu1
* Merge from Debian testing, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package, stripped down for use during 
    installation (LP: #831496).
* Dropped changes:
  - debian/patches/timeout_bug_736216: applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
43
43
        $(top_srcdir)/m4/curl-confopts.m4 \
44
44
        $(top_srcdir)/m4/curl-functions.m4 \
 
45
        $(top_srcdir)/m4/curl-openssl.m4 \
45
46
        $(top_srcdir)/m4/curl-override.m4 \
46
47
        $(top_srcdir)/m4/curl-reentrant.m4 \
47
48
        $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
48
49
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49
50
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
51
        $(top_srcdir)/m4/xc-translit.m4 $(top_srcdir)/acinclude.m4 \
 
52
        $(top_srcdir)/configure.ac
51
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
54
        $(ACLOCAL_M4)
53
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70
72
AWK = @AWK@
71
73
BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
72
74
BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
 
75
BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
 
76
BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
73
77
CC = @CC@
74
78
CCDEPMODE = @CCDEPMODE@
75
79
CFLAGS = @CFLAGS@