~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/config/Makefile.config.in

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
AFSD_LIBS = @AFSD_LIBS@
33
33
AFSD_LDFLAGS = @AFSD_LDFLAGS@
34
34
CC = @CC@
 
35
CPP = @CPP@
35
36
CCOBJ = @CCOBJ@
36
37
CCXPG2 = @CCXPG2@
37
38
CFLAGS = @CFLAGS@
57
58
MT_CFLAGS = @MT_CFLAGS@
58
59
MT_LIBS = @MT_LIBS@
59
60
MV = @MV@
 
61
NO_STRIP_BIN = @NO_STRIP_BIN@
 
62
NO_STRIP_KRB = @NO_STRIP_KRB@
60
63
OPTMZ = @OPTMZ@
61
64
PAM_CFLAGS = @PAM_CFLAGS@
62
65
PAM_LIBS = @PAM_LIBS@
113
116
# Build helper apps
114
117
#
115
118
COMPILE_ET = ${TOP_OBJDIR}/src/comerr/compile_et
116
 
INSTALL = ${TOP_OBJDIR}/src/pinstall/pinstall
 
119
INSTALL = ${TOP_OBJDIR}/src/pinstall/pinstall ${NO_STRIP_BIN}
117
120
INSTALLex = ${INSTALL} -m 755
118
121
RXGEN = ${TOP_OBJDIR}/src/rxgen/rxgen
119
122
SHELL = /bin/sh