--- rpl/Attic/configure.in 2010/08/22 16:38:34 1.38 +++ rpl/Attic/configure.in 2010/08/26 19:07:33 1.40 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.0.18]) +AC_INIT([rpl],[4.0.19]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE @@ -965,7 +965,7 @@ case $OS in OS/2) MALLOC= - if test FORCED_FINAL_ENCODING -eq 0; then \ + if test $FORCED_FINAL_ENCODING -eq 0; then \ FINAL_ENCODING=CP850; \ fi; OS=OS2 @@ -980,7 +980,7 @@ case $OS in break;; OpenBSD) - if test FORCED_FINAL_ENCODING -eq 0; then \ + if test $FORCED_FINAL_ENCODING -eq 0; then \ FINAL_ENCODING=UTF-8; \ fi; EXPORT_DYNAMIC=-Wl,--export-dynamic