--- rpl/configure.ac 2015/07/14 21:57:30 1.126 +++ rpl/configure.ac 2015/07/15 08:59:48 1.127 @@ -8,7 +8,7 @@ AC_SUBST(target_cpu) AC_CONFIG_HEADERS([rplconfig.h]) dnl Libraries -NCURSES=ncurses-5.9 +NCURSES=ncurses-6.0 READLINE=readline-6.3 UNITS=units-2.11 GSL=gsl-1.16 @@ -461,11 +461,6 @@ if test ! -d "$srcdir"/tools/$NCURSES; t done; for i in ../$NCURSES*.patch.gz; 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); fi