Changes in tools/autotool.py [232ec3a1:75701004] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r232ec3a1 r75701004  
    579579                check_app(["make", "--version"], "Make utility", "preferably GNU Make")
    580580                check_app(["unzip"], "unzip utility", "usually part of zip/unzip utilities")
     581                check_app(["tar", "--version"], "tar utility", "usually part of tar")
    581582
    582583                platform, cc_args, target = get_target(config)
Note: See TracChangeset for help on using the changeset viewer.