~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2014-04-01 12:06:21 UTC
  • mfrom: (11.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401120621-0hppn754cm1xongg
Tags: 2.4.0-4ubuntu1
* Merge upstream bugfix release from Debian unstable. Remaining changes:
  - Switch lttng-gen-tp script to use python3.
  - Add python3 build-dependency.
  - Add ppc64el and arm64 host_cpu stanzas in configure.ac
  - Enable builds on arm64 and ppc64el.
* Don't bump liburcu build-depend/depend as the new version isn't
  required and won't be in 14.04.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
PACKAGE_VERSION = @PACKAGE_VERSION@
245
245
PATCHLEVEL_VERSION = @PATCHLEVEL_VERSION@
246
246
PATH_SEPARATOR = @PATH_SEPARATOR@
 
247
PYTHON = @PYTHON@
 
248
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
249
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
250
PYTHON_PREFIX = @PYTHON_PREFIX@
 
251
PYTHON_VERSION = @PYTHON_VERSION@
247
252
RANLIB = @RANLIB@
248
253
SED = @SED@
249
254
SET_MAKE = @SET_MAKE@
293
298
mkdir_p = @mkdir_p@
294
299
oldincludedir = @oldincludedir@
295
300
pdfdir = @pdfdir@
 
301
pkgpyexecdir = @pkgpyexecdir@
 
302
pkgpythondir = @pkgpythondir@
296
303
prefix = @prefix@
297
304
program_transform_name = @program_transform_name@
298
305
psdir = @psdir@
 
306
pyexecdir = @pyexecdir@
 
307
pythondir = @pythondir@
299
308
sbindir = @sbindir@
300
309
sharedstatedir = @sharedstatedir@
301
310
srcdir = @srcdir@