From e05e81f2eb2668240f2233042f7edc77b5a44e0e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 16 Jan 2004 20:59:05 +0000 Subject: [PATCH] Fix quoting. --- v7/src/configure.in | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/v7/src/configure.in b/v7/src/configure.in index 9b059bf28..2982deb07 100644 --- a/v7/src/configure.in +++ b/v7/src/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (c) 2000-2001 Massachusetts Institute of Technology +dnl Copyright 2000,2001,2004 Massachusetts Institute of Technology dnl dnl This file is part of MIT/GNU Scheme. dnl @@ -19,8 +19,8 @@ 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.7 2003/02/14 18:28:00 cph Exp $]) -AC_INIT(microcode/boot.c) +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 @@ -33,5 +33,14 @@ fi AUXDIR=${libdir}/mit-scheme AC_SUBST(AUXDIR) -AC_CONFIG_SUBDIRS(microcode compiler) -AC_OUTPUT(Makefile runtime/Makefile cref/Makefile edwin/Makefile imail/Makefile sos/Makefile star-parser/Makefile xml/Makefile) +AC_CONFIG_SUBDIRS([microcode compiler]) +AC_OUTPUT([ +Makefile +cref/Makefile +edwin/Makefile +imail/Makefile +runtime/Makefile +sos/Makefile +star-parser/Makefile +xml/Makefile +]) -- 2.25.1