'gettext' declaration checked, no retyping ('int->void *' may not be possible)
[mdsms.git] / autogen.sh
index 083be7e..2776969 100755 (executable)
@@ -28,7 +28,7 @@ fi
 rm -r -f \
   `find -name "*~"` \
   errs* \
-  `find po -type f -not '(' -name POTFILES.in -o -name "*.po" -o -path "po/CVS*" ')'` \
+  `find po -type f -not '(' -name POTFILES.in -o -name "*.po" -o -name ".cvsignore" -o -path "po/CVS*" ')'` \
   intl \
   install-sh \
   mkinstalldirs \
@@ -71,6 +71,8 @@ rm -r -f \
   .deps \
   ChangeLog \
   *.o \
+  tags \
+  TAGS \
 
 
 if [ "$1" = clean ];then exit;fi