Changes to support AC_CANONICAL_HOST for runtest flags; see
authorTom Yu <tlyu@mit.edu>
Tue, 12 Nov 1996 02:03:23 +0000 (02:03 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 12 Nov 1996 02:03:23 +0000 (02:03 +0000)
ChangeLogs for details.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9378 dc483132-0cff-0310-8789-dd5450dbe970

src/config/pre.in
src/kadmin/v4server/unit-test/configure.in
src/lib/kadm5/unit-test/configure.in
src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/configure.in

index 424bb939053bf694ea58a09101180a2ec6d1800c..032e9abcd1419a2373ee68eb397a42e830df8c86 100644 (file)
@@ -100,8 +100,9 @@ SRVTCL              = $(TESTDIR)/util/ovsec_kadm_srv_tcl
 # 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)
index 166e74ff568294722e7c8ccecda5b3fe4d81f871..7f86ea247468070a20b25afa1304b4c19d690df2 100644 (file)
@@ -1,3 +1,4 @@
 AC_INIT(getpid.sh)
 CONFIG_RULES
+AC_CANONICAL_HOST
 V5_AC_OUTPUT_MAKEFILE
index c168fb4f1c10c2d06299a52efde1fbd4b902f104..dbf656bd4deda02cf289fee29ed4bcf7ea73a379 100644 (file)
@@ -1,5 +1,6 @@
 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)
index 8fad109f0ec1d4ca43464ebb2835a0280b5f0bec..f97a54dc45abf2e06205b569106b11b3a9c3068b 100644 (file)
@@ -1,3 +1,7 @@
+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
index 54c584f915a480d498a757d0be546d97547a9646..6e100a213e81644e8cc4aaa07cdc2b8e4a12460d 100644 (file)
@@ -1,6 +1,7 @@
 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)