Changes between Initial Version and Version 1 of Ticket #55808, comment 7


Ignore:
Timestamp:
Mar 6, 2018, 8:16:34 AM (6 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55808, comment 7

    initial v1  
    11You should not use tabs, only spaces, but I have a few more comments to follow.
     2
     3{{{
     4system "cd ${build.dir}; autoheader;"
     5}}}
     6can better be done with something like
     7{{{
     8system -W ${build.dir} autoheader
     9}}}