Prechádzať zdrojové kódy

Drop automake portability warnings

We have an issue with recursive variable expansion for starpu.mk's use of
e.g. $(V_foo_$(AM_DEFAULT_VERBOSITY)), which clutters the output and hide
useful warnings
Samuel Thibault 5 rokov pred
rodič
commit
27103106bc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -64,7 +64,7 @@ AC_SUBST([LIBSOCL_INTERFACE_AGE])
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE([1.11 -Wall foreign silent-rules color-tests parallel-tests subdir-objects])
+AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign silent-rules color-tests parallel-tests subdir-objects])
 
 m4_ifdef([AM_SILENT_RULES],
   [AM_SILENT_RULES(yes)])