Prechádzať zdrojové kódy

configure.ac: check automake 1.10 or higher is available

  Using a previous version of automake breaks the handling of object files based on cuda source files.
  Thanks to Guillaume Alleon for reporting the error.
Nathalie Furmento 14 rokov pred
rodič
commit
c1abba883c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -18,7 +18,7 @@ AC_INIT([StarPU],0.4, [starpu-bugs@lists.gforge.inria.fr], starpu)
 AC_CONFIG_SRCDIR(include/starpu.h)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])