Changeset e160bfe8 in mainline for tools/autotool.py
- Timestamp:
- 2017-10-23T18:51:34Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 327f147
- Parents:
- 31cca4f3 (diff), 367db39a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tools/autotool.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r31cca4f3 re160bfe8 42 42 CONFIG = 'Makefile.config' 43 43 MAKEFILE = 'Makefile.common' 44 HEADER = 'common.h '44 HEADER = 'common.h.new' 45 45 GUARD = 'AUTOTOOL_COMMON_H_' 46 46 … … 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.
