Changes in tools/autotool.py [92c07dc:795e2bf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r92c07dc r795e2bf 924 924 # Platform-specific utilities 925 925 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") 929 927 930 928 probe = probe_compiler(common,
Note:
See TracChangeset
for help on using the changeset viewer.