cleanfiles: +"./compile"
[macros.git] / AutoGen.pm
index d5c3822..f0feb2d 100644 (file)
@@ -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;>