Code

Merge branch 'upstream'
[pkg-rrdtool.git] / intltool-update.in
index 0e6d0833ec4f96ce144922844950525f09dae56b..2684cc0d274b4dc2c543bfbffc45e07e4597bd4f 100644 (file)
@@ -30,7 +30,7 @@
 
 ## Release information
 my $PROGRAM = "intltool-update";
-my $VERSION = "0.37.0";
+my $VERSION = "0.37.1";
 my $PACKAGE = "intltool";
 
 ## Loaded modules
@@ -1118,6 +1118,8 @@ sub FindPOTKeywords
        close IN;
     }
 
+    # unwrap lines split with a trailing \
+    $make_source =~  s/\\ $ \n/ /mxg;
     $keywords = $1 if $make_source =~ /^$varname[ ]*=\[?([^\n\]]+)/m;
     
     return $keywords;