~ubuntu-branches/ubuntu/gutsy/kid3/gutsy

« back to all changes in this revision

Viewing changes to admin/am_edit

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2007-07-01 00:31:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701003103-2qownnv49a7jdqm3
Tags: 0.9-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2353
2353
    $MakefileData =~ s/\034/\\\n/g;    # Restore continuation lines
2354
2354
    # Append our $progId line, _below_ the "generated by automake" line
2355
2355
    # because automake-1.6 relies on the first line to be his own.
2356
 
    my $progIdLine = "\# $progId - " . '$Revision: 1.3 $ '."\n";
 
2356
    my $progIdLine = "\# $progId - " . '$Revision: 483858 $ '."\n";
2357
2357
    if ( !( $MakefileData =~ s/^(.*generated .*by automake.*\n)/$1$progIdLine/ ) ) {
2358
2358
        warn "automake line not found in $makefile\n";
2359
2359
        # Fallback: first line