Changes in tools/autotool.py [795e2bf:92c07dc] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r795e2bf r92c07dc  
    924924                # Platform-specific utilities
    925925                if ((config['BARCH'] == "amd64") or (config['BARCH'] == "ia32") or (config['BARCH'] == "ppc32") or (config['BARCH'] == "sparc64")):
    926                         common['GENISOIMAGE'] = check_app_alternatives(["mkisofs", "genisoimage"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")
     926                        common['GENISOIMAGE'] = check_app_alternatives(["mkisofs", "genisoimage", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")
     927                        if common['GENISOIMAGE'] == 'xorriso':
     928                                common['GENISOIMAGE'] += ' -as genisoimage'
    927929               
    928930                probe = probe_compiler(common,
Note: See TracChangeset for help on using the changeset viewer.