~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
MIMPURE_TRUE = @MIMPURE_TRUE@
145
145
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
146
146
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
147
 
NROFF = @NROFF@ @MANOPT@ # figured out by the configure script
 
147
# Use the C locale to ensure that only ASCII characters appear in the
 
148
# embedded text.
 
149
NROFF = env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
148
150
OBJDUMP = @OBJDUMP@
149
151
OBJEXT = @OBJEXT@
150
152
PACKAGE = @PACKAGE@
165
167
SED = @SED@
166
168
SET_MAKE = @SET_MAKE@
167
169
SHELL = @SHELL@
 
170
SSL_ENABLED = @SSL_ENABLED@
 
171
STATICLIB_FALSE = @STATICLIB_FALSE@
 
172
STATICLIB_TRUE = @STATICLIB_TRUE@
168
173
STRIP = @STRIP@
169
174
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
170
175
USE_GNUTLS = @USE_GNUTLS@
242
247
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
243
248
# KIND, either express or implied.
244
249
#
245
 
# $Id: Makefile.am,v 1.55 2007-02-17 01:29:01 danf Exp $
 
250
# $Id: Makefile.am,v 1.56 2007-12-19 21:19:01 danf Exp $
246
251
###########################################################################
247
252
AUTOMAKE_OPTIONS = foreign nostdinc
248
253