Explorar el Código

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 hace 14 años
padre
commit
c1abba883c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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])])