Subversion Repositories gelsvn

Rev

Rev 107 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 198
Line 47... Line 47...
47
  my($fh)   = shift;
47
  my($fh)   = shift;
48
  my($crlf) = $self->crlf();
48
  my($crlf) = $self->crlf();
49
 
49
 
50
  print $fh '##  Process this file with automake to create Makefile.in', $crlf,
50
  print $fh '##  Process this file with automake to create Makefile.in', $crlf,
51
            '##', $crlf,
51
            '##', $crlf,
52
            '## ', '$', 'Id: ', '$', $crlf,
52
            '## ', '$', 'Id', '$', $crlf,
53
            '##', $crlf,
53
            '##', $crlf,
54
            '## This file was generated by MPC.  Any changes made directly to', $crlf,
54
            '## This file was generated by MPC.  Any changes made directly to', $crlf,
55
            '## this file will be lost the next time it is generated.', $crlf,
55
            '## this file will be lost the next time it is generated.', $crlf,
56
            '##', $crlf,
56
            '##', $crlf,
57
            '## MPC Command:', $crlf,
57
            '## MPC Command:', $crlf,