소스 검색

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)])