Hi, Taylor Venable <tay...@metasyntax.net> writes:
> During the configure process, the script produces errors in the shell: > > ./configure: line 20215: test: -lt: unary operator expected > ./configure: line 20216: test: -eq: unary operator expected > ./configure: line 20252: test: -lt: unary operator expected > ./configure: line 20253: test: -eq: unary operator expected > ./configure: line 20306: test: -lt: unary operator expected > ./configure: line 20307: test: -eq: unary operator expected > ./configure: line 20360: test: -lt: unary operator expected > ./configure: line 20361: test: -eq: unary operator expected > ./configure: line 20397: test: -lt: unary operator expected > ./configure: line 20398: test: -eq: unary operator expected > ./configure: line 20441: test: -lt: unary operator expected > ./configure: line 20442: test: -eq: unary operator expected > ./configure: line 20488: test: -lt: unary operator expected > ./configure: line 20489: test: -eq: unary operator expected This is a known (and harmless) problem, now fixed in Gnulib. See <http://lists.gnu.org/archive/html/bug-gnulib/2010-05/msg00226.html> and <http://lists.gnu.org/archive/html/bug-gnulib/2010-06/msg00001.html>. Thanks, Ludo’.