From: Chris Hanson Date: Fri, 29 Oct 2004 05:49:07 +0000 (+0000) Subject: Remove old file. X-Git-Tag: 20090517-FFI~1506 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f14dbb8f1e48d1091e63ef7e855d03b0251f6229;p=mit-scheme.git Remove old file. --- diff --git a/v7/src/configure.in b/v7/src/configure.in deleted file mode 100644 index 2982deb07..000000000 --- a/v7/src/configure.in +++ /dev/null @@ -1,46 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. - -dnl Copyright 2000,2001,2004 Massachusetts Institute of Technology -dnl -dnl This file is part of MIT/GNU Scheme. -dnl -dnl MIT/GNU Scheme is free software; you can redistribute it and/or -dnl modify it under the terms of the GNU General Public License as -dnl published by the Free Software Foundation; either version 2 of the -dnl License, or (at your option) any later version. -dnl -dnl MIT/GNU Scheme is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl -dnl You should have received a copy of the GNU General Public License -dnl along with MIT/GNU Scheme; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -dnl 02111-1307, USA. - -AC_REVISION([$Id: configure.in,v 1.8 2004/01/16 20:59:05 cph Exp $]) -AC_INIT([microcode/boot.c]) - -AC_PROG_INSTALL -AC_PROG_LN_S -AC_PROG_MAKE_SET -if test "$(${INSTALL} --help 2> /dev/null | fgrep -e --preserve-timestamps)" -then - INSTALL="${INSTALL} --preserve-timestamps" -fi - -AUXDIR=${libdir}/mit-scheme -AC_SUBST(AUXDIR) - -AC_CONFIG_SUBDIRS([microcode compiler]) -AC_OUTPUT([ -Makefile -cref/Makefile -edwin/Makefile -imail/Makefile -runtime/Makefile -sos/Makefile -star-parser/Makefile -xml/Makefile -])