From ddb155667a315be7933f0e9846bf19a86d706779 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 8 Apr 2006 03:07:48 +0000 Subject: [PATCH] Enable large-file support. --- v7/src/microcode/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.25.1