提交 06522492 编写于 作者: J Jim Meyering

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

* Makefile.maint (po-check): Exclude .m4 files.
上级 2a37fb80
Tue Jan 6 10:47:33 CET 2009 Jim Meyering <meyering@redhat.com>
avoid syntax-check (po-check) failure due to FP match on gettext.m4
* Makefile.maint (po-check): Exclude .m4 files.
Tue Jan 6 10:45:04 CET 2009 Daniel Veillard <veillard@redhat.com> Tue Jan 6 10:45:04 CET 2009 Daniel Veillard <veillard@redhat.com>
* qemud/remote.c: fix compilation without SASL, patch by John Levon * qemud/remote.c: fix compilation without SASL, patch by John Levon
......
...@@ -558,6 +558,7 @@ po-check: ...@@ -558,6 +558,7 @@ po-check:
files=; \ files=; \
for file in $$($(VC_LIST_EXCEPT)); do \ for file in $$($(VC_LIST_EXCEPT)); do \
case $$file in \ case $$file in \
*.m4) continue;; \
*.?|*.??) ;; \ *.?|*.??) ;; \
*) continue;; \ *) continue;; \
esac; \ esac; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册