X-Git-Url: https://git.jankratochvil.net/?p=macros.git;a=blobdiff_plain;f=AutoGen.pm;h=f0feb2dd08c15bc696dee1ee1e270bd318f5308b;hp=d5c38224f83f9582cdb0c724a429ab289d089591;hb=c5d2cd357850a3205af26db1550473514ad8329e;hpb=1e6b1d7252c4e4473d00f3dab63ff5bb6120e7dd diff --git a/AutoGen.pm b/AutoGen.pm index d5c3822..f0feb2d 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -201,7 +201,7 @@ sub _cleanfiles Makefile Makefile.in TAGS tags ID .deps .libs - *.[oa] *.l[oa] + *.[oa] *.l[oa] *.l[oa]T .cvsignore ./errs* @@ -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;>