X-Git-Url: https://git.jankratochvil.net/?p=macros.git;a=blobdiff_plain;f=AutoGen.pm;h=f0feb2dd08c15bc696dee1ee1e270bd318f5308b;hp=4f2fd1fdde25debd0dea62091786589c730cac73;hb=c5d2cd357850a3205af26db1550473514ad8329e;hpb=9577348b3cc8cee304d66d5d668612822755f362 diff --git a/AutoGen.pm b/AutoGen.pm index 4f2fd1f..f0feb2d 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -212,6 +212,7 @@ sub _cleanfiles ./confdefs.h ./conftest* ./autoh[0-9]* ./confcache ./config.rpath ./depcomp + ./compile ./stamp-h ./stamp-h.in ./stamp-h1 ./install-sh ./aclocal.m4 @@ -411,6 +412,7 @@ my($class,%options)=@_; .q< -e '1,/^@@.*@@$$/d'> .q< -e '/^[+-]"POT-Creation-Date:/d'> .q< -e '/^[^+-]/d'> + .q< -e '/^[+-]#/d'> .q< | wc -l` -eq 0;then> .q< touch --reference=$${lang}.po $${lang}.po~;> .q< mv -f $${lang}.po~ $${lang}.po;>