Changeset 4761f54 in mainline for tools/autotool.py
- Timestamp:
- 2017-10-21T04:41:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c14309
- Parents:
- feab36ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
rfeab36ae r4761f54 850 850 check_app(["diff", "--version"], "Diff utility", "usually part of diffutils") 851 851 check_app(["make", "--version"], "Make utility", "preferably GNU Make") 852 check_app(["makedepend", "-f", "-"], "Makedepend utility", "usually part of imake or xutils")853 852 check_app(["unzip"], "unzip utility", "usually part of zip/unzip utilities") 854 853
Note:
See TracChangeset
for help on using the changeset viewer.