Diff for /rpl/configure.ac between versions 1.14 and 1.15

version 1.14, 2012/01/17 14:44:03 version 1.15, 2012/01/18 08:45:49
Line 451  if test ! -d "$srcdir"/tools/$NCURSES; t Line 451  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.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>