mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
2a37fb80eb
commit
06522492f9
|
@ -1,3 +1,8 @@
|
||||||
|
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:
|
||||||
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; \
|
||||||
|
|
Loading…
Reference in New Issue