~ubuntu-branches/ubuntu/breezy/curl/breezy

« back to all changes in this revision

Viewing changes to packages/vms/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
CFLAGS = @CFLAGS@
54
54
CPP = @CPP@
55
55
CPPFLAGS = @CPPFLAGS@
 
56
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
 
57
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
56
58
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
 
59
CURL_DISABLE_COOKIES = @CURL_DISABLE_COOKIES@
 
60
CURL_DISABLE_CRYPTO_AUTH = @CURL_DISABLE_CRYPTO_AUTH@
57
61
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
58
62
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
59
63
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
61
65
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
62
66
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
63
67
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
68
CURL_DISABLE_VERBOSE_STRINGS = @CURL_DISABLE_VERBOSE_STRINGS@
64
69
CXX = @CXX@
65
70
CXXCPP = @CXXCPP@
66
71
CXXDEPMODE = @CXXDEPMODE@
105
110
NROFF = @NROFF@
106
111
OBJDUMP = @OBJDUMP@
107
112
OBJEXT = @OBJEXT@
108
 
OPENSSL_ENABLED = @OPENSSL_ENABLED@
109
113
PACKAGE = @PACKAGE@
110
114
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111
115
PACKAGE_NAME = @PACKAGE_NAME@
126
130
STRIP = @STRIP@
127
131
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
128
132
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
 
133
USE_SSLEAY = @USE_SSLEAY@
129
134
VERSION = @VERSION@
130
135
VERSIONNUM = @VERSIONNUM@
131
 
YACC = @YACC@
132
136
ac_ct_AR = @ac_ct_AR@
133
137
ac_ct_AS = @ac_ct_AS@
134
138
ac_ct_CC = @ac_ct_CC@