Changeset 57292d3 in mainline for tools/autotool.py


Ignore:
Timestamp:
2014-08-27T23:01:35Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8fac76
Parents:
6ecc6ba6
Message:

Make autogen.py available for the build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r6ecc6ba6 r57292d3  
    834834                sandbox_leave(owd)
    835835       
     836        common['AUTOGEN'] = "%s/autogen.py" % os.path.dirname(os.path.abspath(sys.argv[0]))
     837
    836838        create_makefile(MAKEFILE, common)
    837839        create_header(HEADER, maps)
Note: See TracChangeset for help on using the changeset viewer.