--- rpl/configure.ac 2015/06/04 19:28:21 1.121 +++ rpl/configure.ac 2015/06/08 14:11:27 1.123 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.21]) +AC_INIT([rpl],[4.1.22]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -463,6 +463,8 @@ if test ! -d "$srcdir"/tools/$NCURSES; t do echo Applying patch $i && \ if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \ rm -f Ada95/src/library.gpr; \ + elif test $i = "../ncurses-5.9-20150516.patch.gz"; then \ + rm -f doc/html/man/adacurses-config.1.html; fi && \ gunzip -c $i | patch -p1; done);