Changeset 9ce911d in mainline for tools/autotool.py
- Timestamp:
- 2017-06-02T20:06:13Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f98434b8
- Parents:
- 7367c31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r7367c31 r9ce911d 849 849 check_app(["make", "--version"], "Make utility", "preferably GNU Make") 850 850 check_app(["makedepend", "-f", "-"], "Makedepend utility", "usually part of imake or xutils") 851 check_app(["unzip"], "unzip utility", "usually part of zip/unzip utilities") 851 852 852 853 # Compiler
Note:
See TracChangeset
for help on using the changeset viewer.