avoid syntax-check (po-check) failure due to FP match on gettext.m4

* Makefile.maint (po-check): Exclude .m4 files.
This commit is contained in:
Jim Meyering
2009-01-06 09:48:30 +00:00
parent 2a37fb80eb
commit 06522492f9
2 changed files with 6 additions and 0 deletions

View File

@@ -558,6 +558,7 @@ po-check:
files=; \
for file in $$($(VC_LIST_EXCEPT)); do \
case $$file in \
*.m4) continue;; \
*.?|*.??) ;; \
*) continue;; \
esac; \