From: Chris Hanson <org/chris-hanson/cph>
Date: Sat, 8 Apr 2006 03:07:48 +0000 (+0000)
Subject: Enable large-file support.
X-Git-Tag: 20090517-FFI~1060
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ddb155667a315be7933f0e9846bf19a86d706779;p=mit-scheme.git

Enable large-file support.
---

diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac
index 9980016f8..9156dd83b 100644
--- a/v7/src/microcode/configure.ac
+++ b/v7/src/microcode/configure.ac
@@ -1,13 +1,13 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme], [14.17], [bug-mit-scheme@gnu.org], [mit-scheme])
-AC_REVISION([$Id: configure.ac,v 1.8 2006/04/08 03:07:26 cph Exp $])
+AC_REVISION([$Id: configure.ac,v 1.9 2006/04/08 03:07:48 cph Exp $])
 AC_CONFIG_SRCDIR([boot.c])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_MAKE_SET
 
 AC_COPYRIGHT(
-[Copyright 2000,2002,2003,2004,2005 Massachusetts Institute of Technology
+[Copyright 2000,2002,2003,2004,2005,2006 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -29,7 +29,7 @@ USA.
 
 AH_TOP([/*
 
-Copyright 2000,2002,2003,2004,2005 Massachusetts Institute of Technology
+Copyright 2000,2002,2003,2004,2005,2006 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.