~contact-philipashmore/cxxparse/master

« back to all changes in this revision

Viewing changes to makefile

  • Committer: Philip Ashmore
  • Date: 2013-04-19 12:03:56 UTC
  • Revision ID: git-v1:10ac4866ae6cb4fd0d144d39ae7eeecb16c537b1
Version 0.6.1-07

* Added a configure check for x86
  Bisonx generates x86 assembler which is no good for non-x86 hosts.

  If cxxparse is built on/for non-x86 hosts (no, I haven't tried cross
  compilation) then the bisonx check will fail, which makes distcheck
  fail, which causes building Debian/Ubuntu packages to fail.

  The $host configure test dodges this by omitting bisonx and its tests
  for non-x86 hosts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
export package_major_version=0
17
17
export package_minor_version=6
18
18
export package_micro_version=1
19
 
export package_version=$(package_major_version).$(package_minor_version).$(package_micro_version)-06
 
19
export package_version=$(package_major_version).$(package_minor_version).$(package_micro_version)-07
20
20
# increase the interface age by 2 for each release;
21
21
# if the API changes, set to 0
22
22
export package_interface_age=0