jpl support: swi sharing updates

This commit is contained in:
Vítor Santos Costa 2012-09-21 12:58:51 +01:00
parent f38e80f659
commit 19e565a1c7
2 changed files with 9 additions and 0 deletions

5
configure vendored
View File

@ -655,6 +655,7 @@ CUDD_CPPFLAGS
CUDD_LDFLAGS CUDD_LDFLAGS
ENABLE_BDDLIB ENABLE_BDDLIB
ENABLE_CUDD ENABLE_CUDD
CMDEXT
EXTRA_INCLUDES_FOR_WIN32 EXTRA_INCLUDES_FOR_WIN32
ENABLE_WINCONSOLE ENABLE_WINCONSOLE
STATIC_MODE STATIC_MODE
@ -9459,6 +9460,7 @@ fi
CMDEXT=sh
if test "x$ARCH" = "x"; then if test "x$ARCH" = "x"; then
case "$host" in case "$host" in
*linux*) *linux*)
@ -9474,6 +9476,9 @@ if test "x$ARCH" = "x"; then
fi fi
CMDEXT=sh

View File

@ -1712,6 +1712,7 @@ fi
AC_SUBST(M4) AC_SUBST(M4)
AC_SUBST(M4GENHDRS) AC_SUBST(M4GENHDRS)
CMDEXT=sh
dnl SWI compatibility, I don't know why just use host... dnl SWI compatibility, I don't know why just use host...
changequote(,)dnl changequote(,)dnl
if test "x$ARCH" = "x"; then if test "x$ARCH" = "x"; then
@ -1730,6 +1731,8 @@ fi
changequote([,])dnl changequote([,])dnl
AC_SUBST(ARCH) AC_SUBST(ARCH)
CMDEXT=sh
dnl System stuff for dynamic linking. dnl System stuff for dynamic linking.
dnl dnl
dnl Exports: dnl Exports:
@ -1800,6 +1803,7 @@ AC_SUBST(MAX_WORKERS)
AC_SUBST(STATIC_MODE) AC_SUBST(STATIC_MODE)
AC_SUBST(ENABLE_WINCONSOLE) AC_SUBST(ENABLE_WINCONSOLE)
AC_SUBST(EXTRA_INCLUDES_FOR_WIN32) AC_SUBST(EXTRA_INCLUDES_FOR_WIN32)
AC_SUBST(CMDEXT)
AC_SUBST(ENABLE_CUDD) AC_SUBST(ENABLE_CUDD)
AC_SUBST(ENABLE_BDDLIB) AC_SUBST(ENABLE_BDDLIB)