Diff for /rpl/configure.ac between versions 1.227 and 1.230

version 1.227, 2018/12/20 10:12:05 version 1.230, 2018/12/27 12:18:20
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.29])  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 27  GMP=gmp-6.1.2 Line 27  GMP=gmp-6.1.2
 MPFR=mpfr-4.0.1  MPFR=mpfr-4.0.1
 MPFI=mpfi-1.5.3  MPFI=mpfi-1.5.3
 NTL=ntl-11.0.0  NTL=ntl-11.0.0
 COCOA=CoCoALib-0.99563  COCOA=CoCoALib-0.99600
 PARI=pari-2.9.5  PARI=pari-2.9.5
 GIAC=giac-1.4.9  GIAC=giac-1.4.9
   
Line 299  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
Line 466  if test ! -d "$srcdir"/tools/$NCURSES; t Line 466  if test ! -d "$srcdir"/tools/$NCURSES; t
             for i in $(ls ../$NCURSES*.patch.gz);              for i in $(ls ../$NCURSES*.patch.gz);
             do echo Applying patch $i && \              do echo Applying patch $i && \
                 gunzip -c $i | patch -p1;                  gunzip -c $i | patch -p1;
               done;
               for i in $(ls ../ncurses-6.1*.patch.gz);
               do echo Applying patch $i && \
                   gunzip -c $i | patch -p1;
             done);              done);
 fi  fi
 if test ! -d "$srcdir"/tools/$READLINE; then  if test ! -d "$srcdir"/tools/$READLINE; then

Removed from v.1.227  
changed lines
  Added in v.1.230


CVSweb interface <joel.bertrand@systella.fr>