Browse Source

StarPU: Use character _ instead of - in filenames

Nathalie Furmento 15 years ago
parent
commit
08f6c843d2
2 changed files with 1 additions and 1 deletions
  1. 0 0
      build_aux/compile
  2. 1 1
      configure.ac

build-aux/compile → build_aux/compile


+ 1 - 1
configure.ac

@@ -16,7 +16,7 @@
 
 AC_INIT([StarPU],0.2.901, [http://runtime.bordeaux.inria.fr/StarPU/], starpu)
 AC_CONFIG_SRCDIR(include/starpu.h)
-AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_AUX_DIR([build_aux])
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests])