Diff for /rpl/configure.ac between versions 1.220 and 1.229

version 1.220, 2018/05/29 14:12:37 version 1.229, 2018/12/24 15:54:52
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.1.28])  AC_INIT([rpl],[4.1.30])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 11  dnl Libraries Line 11  dnl Libraries
 NCURSES=ncurses-6.0  NCURSES=ncurses-6.0
 READLINE=readline-7.0  READLINE=readline-7.0
 UNITS=units-2.16  UNITS=units-2.16
 GSL=gsl-2.4  GSL=gsl-2.5
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.2.3  GNUPLOT=gnuplot-5.2.5
 FILE=file-5.33  FILE=file-5.33
 ICONV=libiconv-1.15  ICONV=libiconv-1.15
 SQLITE=sqlite-3.23.1  SQLITE=sqlite-3.26.0
 OPENSSL=openssl-1.1.0h  OPENSSL=openssl-1.1.1a
 OPENMOTIF=motif-2.3.8  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.12
 SIGSEGV=libsigsegv-2.12  SIGSEGV=libsigsegv-2.12
Line 191  AC_ARG_ENABLE(rplcas, Line 191  AC_ARG_ENABLE(rplcas,
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     RPLCAS=-URPLCAS      RPLCAS=-URPLCAS
     LIBRPLCAS=      LIBRPLCAS=
     LIBRPLCAS_EXT=  
     INCRPLCAS=      INCRPLCAS=
 else  else
     RPLCAS=-DRPLCAS      RPLCAS=-DRPLCAS
     LIBRPLCAS="\$\(top_builddir\)/rplcas/lib/librplcas.a"      LIBRPLCAS="\$(top_builddir)/rplcas/lib/librplcas.a"
     LIBRPLCAS_EXT=-lcurl      LIBS+="-lcurl"
     INCRPLCAS="-I\$(top_builddir)/rplcas/include/giac \      INCRPLCAS="-I\$(top_builddir)/rplcas/include/giac \
             -I\$(top_builddir)/rplcas/include"              -I\$(top_builddir)/rplcas/include"
 fi],[  fi],[
     RPLCAS=-URPLCAS      RPLCAS=-URPLCAS
     LIBRPLCAS=      LIBRPLCAS=
     LIBRPLCAS_EXT=  
     INCRPLCAS=      INCRPLCAS=
     ]      ]
 )  )
Line 210  fi],[ Line 208  fi],[
 AC_SUBST(ABI)  AC_SUBST(ABI)
 AC_SUBST(RPLCAS)  AC_SUBST(RPLCAS)
 AC_SUBST(LIBRPLCAS)  AC_SUBST(LIBRPLCAS)
 AC_SUBST(LIBRPLCAS_EXT)  
 AC_SUBST(INCRPLCAS)  AC_SUBST(INCRPLCAS)
   
 dnl Options  dnl Options
Line 302  AC_LINK_IFELSE( Line 299  AC_LINK_IFELSE(
 [SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; AC_MSG_RESULT(no)]  [SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; AC_MSG_RESULT(no)]
     )      )
 LDFLAGS=$LIBS  LDFLAGS=$LIBS
 REG=""  LIBS=$REG
 else  else
     SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES      SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES
 fi  fi

Removed from v.1.220  
changed lines
  Added in v.1.229


CVSweb interface <joel.bertrand@systella.fr>