Diff for /rpl/configure.ac between versions 1.120 and 1.123

version 1.120, 2015/04/17 11:59:07 version 1.123, 2015/06/08 14:11:27
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.21])  AC_INIT([rpl],[4.1.22])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 16  GPP=gpp-3.0 Line 16  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.0.0  GNUPLOT=gnuplot-5.0.0
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.8.9  SQLITE=sqlite-3.8.10.2
 OPENSSL=openssl-1.0.2a  OPENSSL=openssl-1.0.2a
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
Line 463  if test ! -d "$srcdir"/tools/$NCURSES; t Line 463  if test ! -d "$srcdir"/tools/$NCURSES; t
             do echo Applying patch $i && \              do echo Applying patch $i && \
                     if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \                      if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \
                         rm -f Ada95/src/library.gpr; \                          rm -f Ada95/src/library.gpr; \
                       elif test $i = "../ncurses-5.9-20150516.patch.gz"; then \
                           rm -f doc/html/man/adacurses-config.1.html;
                     fi && \                      fi && \
                 gunzip -c $i | patch -p1;                  gunzip -c $i | patch -p1;
             done);              done);

Removed from v.1.120  
changed lines
  Added in v.1.123


CVSweb interface <joel.bertrand@systella.fr>