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

Jim Meyering jim at meyering.net
Tue Jan 6 09:44:41 UTC 2009


spotted by Dan Berrange
and the autobuilder
  http://builder.virt-manager.org/logs/modules/libvirt--devel-build-output.log

>From ee91ab81dbd458078df39ef52e22e9a489d5cc72 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 6 Jan 2009 10:42:29 +0100
Subject: [PATCH] avoid syntax-check (po-check) failure due to FP match on gettext.m4

* Makefile.maint (po-check): Exclude .m4 files.
---
 Makefile.maint |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.maint b/Makefile.maint
index 4e2d347..cfbdf56 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -558,6 +558,7 @@ po-check:
 	  files=;							\
 	  for file in $$($(VC_LIST_EXCEPT)); do				\
 	    case $$file in						\
+	      *.m4) continue;;						\
 	      *.?|*.??) ;;						\
 	      *) continue;;						\
 	    esac;							\
--
1.6.1.rc3.350.g541da




More information about the libvir-list mailing list