|
|
@ -83,6 +83,10 @@ dnl --enable-experimental : define EXPERIMENTAL_CODE for the code |
|
|
AC_ARG_ENABLE(experimental, |
|
|
AC_ARG_ENABLE(experimental, |
|
|
[ --enable-experimental Enable some experimental code]) |
|
|
[ --enable-experimental Enable some experimental code]) |
|
|
|
|
|
|
|
|
|
|
|
dnl --enable-expdevices : Enable the compilation of experimental deviced |
|
|
|
|
|
AC_ARG_ENABLE(expdevices, |
|
|
|
|
|
[ --enable-expdevices Enable experimental devices (they do not compile)]) |
|
|
|
|
|
|
|
|
dnl --enable-ekv: define HAVE_EKV in the code. This is for EKV model support |
|
|
dnl --enable-ekv: define HAVE_EKV in the code. This is for EKV model support |
|
|
AC_ARG_ENABLE(ekv, |
|
|
AC_ARG_ENABLE(ekv, |
|
|
[ --enable-ekv Enable ekv model *not in standard distribution*]) |
|
|
[ --enable-ekv Enable ekv model *not in standard distribution*]) |
|
|
@ -452,6 +456,10 @@ if test "$enable_cluster" = "yes"; then |
|
|
LIBS="$LIBS -lpthread" |
|
|
LIBS="$LIBS -lpthread" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if test "$enable_expdevices" = "yes"; then |
|
|
|
|
|
AC_DEFINE(EXP_DEV) |
|
|
|
|
|
AC_MSG_RESULT(WARNING: Experimental devices enabled) |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
dnl --with-readline : the user wants to use readline library |
|
|
dnl --with-readline : the user wants to use readline library |
|
|
AC_ARG_WITH(readline, |
|
|
AC_ARG_WITH(readline, |
|
|
|