Explorar o código

configure.ac: add AC_SUBST for mpi and fft libraries interface informations

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
9089a16b1c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      configure.ac

+ 6 - 0
configure.ac

@@ -36,6 +36,12 @@ AC_DEFINE_UNQUOTED([STARPU_MINOR_VERSION], [$STARPU_MINOR_VERSION],
 AC_SUBST([LIBSTARPU_INTERFACE_CURRENT])
 AC_SUBST([LIBSTARPU_INTERFACE_REVISION])
 AC_SUBST([LIBSTARPU_INTERFACE_AGE])
+AC_SUBST([LIBSTARPUMPI_INTERFACE_CURRENT])
+AC_SUBST([LIBSTARPUMPI_INTERFACE_REVISION])
+AC_SUBST([LIBSTARPUMPI_INTERFACE_AGE])
+AC_SUBST([LIBSTARPUFFT_INTERFACE_CURRENT])
+AC_SUBST([LIBSTARPUFFT_INTERFACE_REVISION])
+AC_SUBST([LIBSTARPUFFT_INTERFACE_AGE])
 
 AC_CANONICAL_SYSTEM