Changes in tools/autotool.py [2689a0b:571239a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r2689a0b r571239a  
    563563        outmk.write('#########################################\n')
    564564        outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n')
     565        outmk.write('## Generated by: tools/autotool.py     ##\n')
    565566        outmk.write('#########################################\n\n')
    566567       
     
    580581        outhd.write('/***************************************\n')
    581582        outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
     583        outhd.write(' * Generated by: tools/autotool.py     *\n')
    582584        outhd.write(' ***************************************/\n\n')
    583585       
Note: See TracChangeset for help on using the changeset viewer.