소스 검색

configure.ac: remove option subdir-objects as it causes fortran compilation to fail

Nathalie Furmento 8 년 전
부모
커밋
ff15d9a760
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      configure.ac

+ 2 - 1
configure.ac

@@ -59,8 +59,9 @@ AC_CANONICAL_SYSTEM
 
 dnl Automake 1.11 introduced `silent-rules' and `color-tests'.  Use them
 dnl when they're available.
+dnl do not use option subdir-objects, it causes fortran compilation to fail
 m4_ifdef([AM_SILENT_RULES],
-  [AM_INIT_AUTOMAKE([1.11 -Wall foreign silent-rules color-tests parallel-tests subdir-objects])],
+  [AM_INIT_AUTOMAKE([1.11 -Wall foreign silent-rules color-tests parallel-tests])],
   [AM_INIT_AUTOMAKE([1.10 -Wall foreign])])
 
 m4_ifdef([AM_SILENT_RULES],