Diff for /rpl/configure.ac between versions 1.201 and 1.208

version 1.201, 2017/08/21 09:06:02 version 1.208, 2018/01/08 21:49:25
Line 13  READLINE=readline-7.0 Line 13  READLINE=readline-7.0
 UNITS=units-2.14  UNITS=units-2.14
 GSL=gsl-2.4  GSL=gsl-2.4
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.0.6  GNUPLOT=gnuplot-5.2.2
 FILE=file-5.31  FILE=file-5.31
 ICONV=libiconv-1.15  ICONV=libiconv-1.15
 SQLITE=sqlite-3.19.3  SQLITE=sqlite-3.21.0
 OPENSSL=openssl-1.1.0f  OPENSSL=openssl-1.1.0g
 OPENMOTIF=openmotif-2.3.7  OPENMOTIF=openmotif-2.3.7
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.12
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
Line 443  if test "$UUENCODE" = no; then Line 443  if test "$UUENCODE" = no; then
     AC_MSG_ERROR([Can not find uuencode !])      AC_MSG_ERROR([Can not find uuencode !])
 fi  fi
   
   dnl Checks for patch
   AC_CHECK_PROG(PATCH, patch, yes, no)
   if test "$PATCH" = no; then
       AC_MSG_ERROR([Can not find patch !])
   fi
   
 if test ! -d tools; then  if test ! -d tools; then
     mkdir tools      mkdir tools
 fi  fi
Line 714  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 720  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP
     AC_CHECK_LIB(Xinerama, XineramaIsActive,,      AC_CHECK_LIB(Xinerama, XineramaIsActive,,
                  AC_MSG_ERROR([Can not find libXinerama !]))                   AC_MSG_ERROR([Can not find libXinerama !]))
 fi  fi
   AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !]))
   OPENMP=-lgomp
   AC_SUBST(OPENMP)
   
 dnl Check for union semun  dnl Check for union semun
 AC_CHECK_TYPE([union semun], SEMUN=-DUNION_SEMUN, SEMUN=-UUNION_SEMUN, [[  AC_CHECK_TYPE([union semun], SEMUN=-DUNION_SEMUN, SEMUN=-UUNION_SEMUN, [[

Removed from v.1.201  
changed lines
  Added in v.1.208


CVSweb interface <joel.bertrand@systella.fr>