Преглед изворни кода

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 година
родитељ
комит
27103106bc
1 измењених фајлова са 1 додато и 1 уклоњено
  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)])