Diff for /rpl/Attic/configure between versions 1.100 and 1.101

version 1.100, 2012/01/17 14:44:03 version 1.101, 2012/01/18 08:45:49
Line 6413  if test ! -d "$srcdir"/tools/$NCURSES; t Line 6413  if test ! -d "$srcdir"/tools/$NCURSES; t
             (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 ../$NCURSES*.sh.gz;
             do gunzip $i;              do TMP=$i; gunzip -c $i > ${TMP%.*};
             done;              done;
             for i in ../$NCURSES*.sh;              for i in ../$NCURSES*.sh;
             do chmod 775 $i && ./$i;              do chmod 775 $i && ./$i;

Removed from v.1.100  
changed lines
  Added in v.1.101


CVSweb interface <joel.bertrand@systella.fr>