# We have to set the host with --host so that setup_xfail will work.
# If we don't set it, then the host type used is "native", which
# doesn't match "*-*-*".
+host=@host@
DEJAFLAGS = $(DEJALFLAGS) $(CLFLAGS) --debug --srcdir $(srcdir) --host \
- unknown-$(shell uname -m)-$(shell uname -s)$(shell uname -r)
+ $(host)
RUNTEST = runtest $(DEJAFLAGS)
START_SERVERS = $(STESTDIR)/scripts/start_servers $(TEST_SERVER) $(TEST_PATH)
AC_INIT(getpid.sh)
CONFIG_RULES
+AC_CANONICAL_HOST
V5_AC_OUTPUT_MAKEFILE
AC_INIT(init-test.c)
CONFIG_RULES
+AC_CANONICAL_HOST
dnl The following are tests for the presence of programs required for testing
AC_CHECK_PROG(RUNTEST,runtest,runtest)
AC_CHECK_PROG(PERL,perl,perl)
+Mon Nov 11 20:52:27 1996 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Add AC_CANONICAL_HOST to deal with new pre.in.
+
Mon Nov 11 14:22:30 1996 Tom Yu <chaoself@avalanche-breakdown.mit.edu>
* Makefile.in (client.o, server.o): client.o and server.o, not
AC_INIT(client.c)
CONFIG_RULES
-
+dnl set $(host)
+AC_CANONICAL_HOST
dnl The following are tests for the presence of programs required for testing
AC_CHECK_PROG(RUNTEST,runtest,runtest)
AC_CHECK_PROG(PERL,perl,perl)