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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r92c07dc r795e2bf  
    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", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")
    927                         if common['GENISOIMAGE'] == 'xorriso':
    928                                 common['GENISOIMAGE'] += ' -as genisoimage'
     926                        common['GENISOIMAGE'] = check_app_alternatives(["mkisofs", "genisoimage"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")
    929927               
    930928                probe = probe_compiler(common,
Note: See TracChangeset for help on using the changeset viewer.