|
@@ -94,6 +94,9 @@ if test x$enable_perf_debug = xyes; then
|
|
enable_shared=no
|
|
enable_shared=no
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+LT_PREREQ([2.2])
|
|
|
|
+LT_INIT([win32-dll])
|
|
|
|
+
|
|
AC_PROG_INSTALL
|
|
AC_PROG_INSTALL
|
|
AC_PROG_MKDIR_P
|
|
AC_PROG_MKDIR_P
|
|
AC_PROG_LN_S
|
|
AC_PROG_LN_S
|
|
@@ -3105,10 +3108,6 @@ AH_BOTTOM([
|
|
SANITIZE=$(echo $CFLAGS | grep sanitize)
|
|
SANITIZE=$(echo $CFLAGS | grep sanitize)
|
|
AM_CONDITIONAL(STARPU_SANITIZE, test -n "$SANITIZE")
|
|
AM_CONDITIONAL(STARPU_SANITIZE, test -n "$SANITIZE")
|
|
|
|
|
|
-#init libtool after all checks to have all compilers correctly defined
|
|
|
|
-LT_PREREQ([2.2])
|
|
|
|
-LT_INIT([win32-dll])
|
|
|
|
-
|
|
|
|
AC_OUTPUT([
|
|
AC_OUTPUT([
|
|
Makefile
|
|
Makefile
|
|
src/Makefile
|
|
src/Makefile
|