Fix quoting.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 20:59:05 +0000 (20:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 20:59:05 +0000 (20:59 +0000)
v7/src/configure.in

index 9b059bf28d4d3ebdce7d3d8905065374d622a47f..2982deb072d9bb90cfe787c30f6495ccc43984f8 100644 (file)
@@ -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
+])