ソースを参照

StarPU: Use character _ instead of - in filenames

Nathalie Furmento 15 年 前
コミット
08f6c843d2
共有2 個のファイルを変更した1 個の追加1 個の削除を含む
  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])