Author: doogie
Date: 1999-12-10 02:06:53 GMT
Color me read. Escape all $, instead of only 1.
dnl Converts the ARCH to be the same as dpkg
AC_MSG_CHECKING(system architecture)
dnl Converts the ARCH to be the same as dpkg
AC_MSG_CHECKING(system architecture)
-archset="`awk \"{ if(\\\$1 == \\\"$host_cpu\\\") print $2 }\" $srcdir/buildlib/archtable`"
+archset="`awk \"{ if(\\\$1 == \\\"$host_cpu\\\") print \\\$2 }\" $srcdir/buildlib/archtable`"
if test "x$archset" = "x"; then
AC_MSG_ERROR(failed: use --host=)
fi
if test "x$archset" = "x"; then
AC_MSG_ERROR(failed: use --host=)
fi