--- a/test/configure.in Sat Mar 18 22:42:09 2006 +0000
+++ b/test/configure.in Sun Mar 19 05:27:22 2006 +0000
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
-dnl Detect the canonical host and target build environment
+dnl Detect the canonical build and host environments
AC_CONFIG_AUX_DIRS($srcdir/../build-scripts)
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_HOST
dnl Check for tools
@@ -14,7 +14,7 @@
AC_C_CONST
dnl Figure out which math library to use
-case "$target" in
+case "$host" in
*-*-cygwin* | *-*-mingw32*)
EXE=".exe"
MATHLIB=""