Diff for /rpl/configure.ac between versions 1.188 and 1.192

version 1.188, 2017/06/20 15:39:11 version 1.192, 2017/06/22 08:56:42
Line 13  READLINE=readline-7.0 Line 13  READLINE=readline-7.0
 UNITS=units-2.13  UNITS=units-2.13
 GSL=gsl-2.4  GSL=gsl-2.4
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.0.5  GNUPLOT=gnuplot-5.0.6
 FILE=file-5.29  FILE=file-5.31
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.16.2  SQLITE=sqlite-3.19.3
 OPENSSL=openssl-1.1.0f  OPENSSL=openssl-1.1.0f
 OPENMOTIF=openmotif-2.3.7  OPENMOTIF=openmotif-2.3.7
 LIBXPM=libXpm-3.5.11  LIBXPM=libXpm-3.5.11
Line 447  if test ! -d "$srcdir"/tools/$NCURSES; t Line 447  if test ! -d "$srcdir"/tools/$NCURSES; t
     gunzip -c "$srcdir"/tools/$NCURSES.tar.gz | \      gunzip -c "$srcdir"/tools/$NCURSES.tar.gz | \
             (cd "$srcdir/tools" && tar -xf -)              (cd "$srcdir/tools" && tar -xf -)
     (cd "$srcdir/tools/"$NCURSES && \      (cd "$srcdir/tools/"$NCURSES && \
             for i in ../$NCURSES*.sh.gz;              for i in $(ls ../$NCURSES*.sh.gz);
             do TMP=$i; gunzip -c $i > ${TMP%.*};              do echo Uncompressing script $i; TMP=$i; gunzip -c $i > ${TMP%.*};
             done;              done;
             for i in ../$NCURSES*.sh;              for i in $(ls ../$NCURSES*.sh);
             do echo Applying script $i && chmod 775 $i && ./$i;              do echo Applying script $i && chmod 775 $i && ./$i;
             done;              done;
             for i in ../$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);              done);

Removed from v.1.188  
changed lines
  Added in v.1.192


CVSweb interface <joel.bertrand@systella.fr>