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

version 1.13, 2012/01/17 13:12:03 version 1.15, 2012/01/18 08:45:49
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.1.5])  AC_INIT([rpl],[4.1.6])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
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.13  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>