Diff for /rpl/configure.ac between versions 1.267 and 1.269

version 1.267, 2021/12/16 10:09:51 version 1.269, 2022/01/03 11:56:00
Line 17  dnl ftp://ftp.astron.com/pub/file/ Line 17  dnl ftp://ftp.astron.com/pub/file/
 FILE=file-5.41  FILE=file-5.41
 ICONV=libiconv-1.16  ICONV=libiconv-1.16
 SQLITE=sqlite-3.37.0  SQLITE=sqlite-3.37.0
 OPENSSL=openssl-1.1.1l  OPENSSL=openssl-1.1.1m
 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 491  if test ! -d "$srcdir"/tools/$NCURSES; t Line 491  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.267  
changed lines
  Added in v.1.269


CVSweb interface <joel.bertrand@systella.fr>