#!/bin/sh
-# $Id: configure,v 1.13 2007/04/04 05:08:18 riastradh Exp $
+# $Id: configure,v 1.14 2007/04/29 18:38:01 cph Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
esac
done
+if test "x${MACHINE}" = x && test -f ../liarc.stamp; then
+ MACHINE=C
+fi
+
if test "x${MACHINE}" = x; then
case `./config.guess` in
alpha-* | alphaev[56]-* | alphaev56-* | alphapca56-*)
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme microcode], [15.1], [bug-mit-scheme@gnu.org], [mit-scheme])
-AC_REVISION([$Id: configure.ac,v 1.42 2007/04/28 01:58:14 cph Exp $])
+AC_REVISION([$Id: configure.ac,v 1.43 2007/04/29 18:38:26 cph Exp $])
AC_CONFIG_SRCDIR([boot.c])
AC_CONFIG_HEADERS([config.h])
AC_PROG_MAKE_SET
AC_ARG_ENABLE([native-code],
AS_HELP_STRING([--enable-native-code],
[Support native compiled code if available [[yes]]]))
-: ${enable_native_code='yes'}
+if test -f ../liarc.stamp; then
+ : ${enable_native_code='c'}
+else
+ : ${enable_native_code='yes'}
+fi
AC_ARG_WITH([openssl],
AS_HELP_STRING([--with-openssl],