Changes in tools/autotool.py [d776329:ff87f70] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    rd776329 rff87f70  
    925925                # Platform-specific utilities
    926926                if ((config['BARCH'] == "amd64") or (config['BARCH'] == "ia32") or (config['BARCH'] == "ppc32") or (config['BARCH'] == "sparc64")):
    927                         common['GENISOIMAGE'] = check_app_alternatives(["mkisofs", "genisoimage", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")
     927                        common['GENISOIMAGE'] = check_app_alternatives(["genisoimage", "mkisofs", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")
    928928                        if common['GENISOIMAGE'] == 'xorriso':
    929929                                common['GENISOIMAGE'] += ' -as genisoimage'
Note: See TracChangeset for help on using the changeset viewer.