guix-commits
[Top][All Lists]
Advanced

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

01/05: build: Silence warnings about 'make' portability.


From: Ludovic Courtès
Subject: 01/05: build: Silence warnings about 'make' portability.
Date: Tue, 14 Apr 2015 21:27:36 +0000

civodul pushed a commit to branch master
in repository guix.

commit a84e523c4a470de06ca60478d5ac32289b444b03
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 14 23:19:29 2015 +0200

    build: Silence warnings about 'make' portability.
    
    * configure.ac: Pass -Wno-portability to AM_INIT_AUTOMAKE.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2227c71..5a9cea6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([GNU Guix], [0.8.2], address@hidden, [guix],
 AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
- color-tests parallel-tests -Woverride])
+ color-tests parallel-tests -Woverride -Wno-portability])
 
 # Enable silent rules by default.
 AM_SILENT_RULES([yes])



reply via email to

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