]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
m4: Disable testsuite.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:48:12 +0000 (23:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:48:12 +0000 (23:48 +0100)
pkgs/core/m4/m4.nm

index a211e820f8604240345358caf16cd251fae950eb..a1ce8835874832fa5ebe3f32b89e7bbdcc2fc038 100644 (file)
@@ -56,8 +56,11 @@ define STAGE_BUILD
                CPPFLAGS="-D_GNU_SOURCE" \
                gl_cv_func_printf_directive_n=no \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef
+
+#define STAGE_TEST
+#      cd $(DIR_APP) && make check
+#endef