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

version 1.267, 2021/12/16 10:09:51 version 1.268, 2021/12/16 10:17:38
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.268


CVSweb interface <joel.bertrand@systella.fr>