--- rpl/configure.ac 2016/03/01 22:12:24 1.150 +++ rpl/configure.ac 2016/09/28 12:55:55 1.170 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.25]) +AC_INIT([rpl],[4.1.26]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -10,25 +10,25 @@ AC_CONFIG_HEADERS([rplconfig.h]) dnl Libraries NCURSES=ncurses-6.0 READLINE=readline-6.3 -UNITS=units-2.12 -GSL=gsl-2.1 +UNITS=units-2.13 +GSL=gsl-2.2.1 GPP=gpp-3.0 -GNUPLOT=gnuplot-5.0.1 -FILE=file-5.25 +GNUPLOT=gnuplot-5.0.3 +FILE=file-5.28 ICONV=libiconv-1.14 -SQLITE=sqlite-3.11.0 -OPENSSL=openssl-1.0.2g +SQLITE=sqlite-3.14.2 +OPENSSL=openssl-1.1.0b OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.11 SIGSEGV=libsigsegv-2.11 ZLIB=zlib-1.2.8 -GMP=gmp-6.1.0 -MPFR=mpfr-3.1.3 +GMP=gmp-6.1.1 +MPFR=mpfr-3.1.5 MPFI=mpfi-1.5.1 -NTL=ntl-5.5.2 -COCOA=CoCoALib-0.9950 -PARI=pari-2.5.4 +NTL=ntl-9.11.0 +COCOA=CoCoALib-0.99542 +PARI=pari-2.7.6 GIAC=giac-1.2.2 dnl 32 bits ABI @@ -249,27 +249,6 @@ if test "$ac_cv_c_inline" != no ; then AC_SUBST(HAVE_INLINE) fi -AC_MSG_CHECKING([for pselect]) -AC_COMPILE_IFELSE( - [AC_LANG_PROGRAM([#include - #include - #include - #include - ], - [ - struct timespec tv; - fd_set s1, s2, s3; - tv.tv_sec=1; - tv.tv_nsec=0; - FD_SET(1, &s1); FD_SET(2, &s2); FD_SET(3, &s3); - pselect(5, &s1, &s2, &s3, &tv, NULL); - return(0); - ])], -[PSELECT=-DPSELECT; AC_MSG_RESULT(yes)], -[PSELECT=-UPSELECT; AC_MSG_RESULT(no)] - ) -AC_SUBST(PSELECT) - AC_ARG_ENABLE(sysv-ipcs, [ --enable-sysv-ipcs use SystemV IPC functions [[default=guessed]]], [ if test "$enableval" = "no"; then @@ -766,7 +745,7 @@ AC_ARG_WITH(mysql, [ --with-mysql=PATH specify directory for installed mysql], [], [with_mysql=check]) -if test "x$with_mysql" = xcheck -o "x$with_mysql" = yes; then +if test "x$with_mysql" = xcheck -o "x$with_mysql" = xyes; then libMySQLinc="-I/usr/include" libMySQLlib="/usr/lib" @@ -1196,6 +1175,7 @@ esac AC_SUBST(OS) MALLOC= +NO_EXPORT_DYNAMIC=-Wl,--no-export-dynamic case $OS in Darwin) @@ -1372,6 +1352,7 @@ AC_SUBST(LIB_PREFIX) AC_SUBST(C_STANDARD) AC_SUBST(EXPORT_DYNAMIC) +AC_SUBST(NO_EXPORT_DYNAMIC) AC_SUBST(NESTED_FUNCTIONS) AC_SUBST(SEMAPHORES_NOMMES) AC_SUBST(IPCS_SYSV)