~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to intltool-update.in

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
## Release information
32
32
my $PROGRAM = "intltool-update";
33
 
my $VERSION = "0.37.0";
 
33
my $VERSION = "0.37.1";
34
34
my $PACKAGE = "intltool";
35
35
 
36
36
## Loaded modules
1118
1118
        close IN;
1119
1119
    }
1120
1120
 
 
1121
    # unwrap lines split with a trailing \
 
1122
    $make_source =~  s/\\ $ \n/ /mxg;
1121
1123
    $keywords = $1 if $make_source =~ /^$varname[ ]*=\[?([^\n\]]+)/m;
1122
1124
    
1123
1125
    return $keywords;