Diff for /rpl/configure.ac between versions 1.201 and 1.202

version 1.201, 2017/08/21 09:06:02 version 1.202, 2017/08/21 09:11:23
Line 443  if test "$UUENCODE" = no; then Line 443  if test "$UUENCODE" = no; then
     AC_MSG_ERROR([Can not find uuencode !])      AC_MSG_ERROR([Can not find uuencode !])
 fi  fi
   
   dnl Checks for patch
   AC_CHECK_PROG(PATCH, patch, yes, no)
   if test "$PATCH" = no; then
       AC_MSG_ERROR([Can not find patch !])
   fi
   
 if test ! -d tools; then  if test ! -d tools; then
     mkdir tools      mkdir tools
 fi  fi

Removed from v.1.201  
changed lines
  Added in v.1.202


CVSweb interface <joel.bertrand@systella.fr>