automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-ng] [FYI] [ng] tests: remove explicit GNU make requirements


From: Stefano Lattarini
Subject: [Automake-ng] [FYI] [ng] tests: remove explicit GNU make requirements
Date: Wed, 18 Apr 2012 19:20:33 +0200

Issue reveled by a "make maintainer-check" failure.

* t/vala-vapi.sh ($required): Drop 'GNUmake' requirement, which was
causing the test to be spuriously skipped.
* t/vala-libs.sh: Likewise.
* t/vala-headers.sh: Likewise.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/vala-headers.sh |    2 +-
 t/vala-libs.sh    |    2 +-
 t/vala-vapi.sh    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/vala-headers.sh b/t/vala-headers.sh
index ffb66d9..2dc4391 100755
--- a/t/vala-headers.sh
+++ b/t/vala-headers.sh
@@ -16,7 +16,7 @@
 
 # Test to make sure compiling Vala code really works with recursive make.
 
-required="pkg-config valac gcc GNUmake"
+required="pkg-config valac gcc"
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/vala-libs.sh b/t/vala-libs.sh
index fa1d21b..71ce3b3 100755
--- a/t/vala-libs.sh
+++ b/t/vala-libs.sh
@@ -17,7 +17,7 @@
 # Building libraries (libtool and static) from Vala sources.
 # And use of vapi files to call C code from Vala.
 
-required="valac cc pkg-config libtoolize GNUmake"
+required="valac cc pkg-config libtoolize"
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/vala-vapi.sh b/t/vala-vapi.sh
index 3a92716..df03247 100755
--- a/t/vala-vapi.sh
+++ b/t/vala-vapi.sh
@@ -16,7 +16,7 @@
 
 # Test and that vapi files are correctly handled by Vala support.
 
-required='valac cc GNUmake'
+required='valac cc'
 . ./defs || Exit 1
 
 cat >> configure.ac <<'END'
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]