Changes in tools/autotool.py [ff87f70:d776329] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
rff87f70 rd776329 925 925 # Platform-specific utilities 926 926 if ((config['BARCH'] == "amd64") or (config['BARCH'] == "ia32") or (config['BARCH'] == "ppc32") or (config['BARCH'] == "sparc64")): 927 common['GENISOIMAGE'] = check_app_alternatives([" genisoimage", "mkisofs", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage")927 common['GENISOIMAGE'] = check_app_alternatives(["mkisofs", "genisoimage", "xorriso"], ["--version"], "ISO 9660 creation utility", "usually part of genisoimage") 928 928 if common['GENISOIMAGE'] == 'xorriso': 929 929 common['GENISOIMAGE'] += ' -as genisoimage'
Note:
See TracChangeset
for help on using the changeset viewer.