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
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
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
+])