From 1b82c58d72906cd6dad8c0f5b5b8a38a45a22a29 Mon Sep 17 00:00:00 2001 From: Max von Hippel Date: Sun, 15 Nov 2020 14:32:31 -0700 Subject: [PATCH] Mention autoconf. Configure file is missing to begin with; as is customary you should run autoconf to make it. Although this may be obvious to some people it is not obvious to everyone, so IMO worth mentioning. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index fad50d9c2..d1dff2b09 100644 --- a/INSTALL +++ b/INSTALL @@ -66,7 +66,7 @@ For Allegro, set ALLEGRO_HOME to the directory containing the license file Note: if you have multiple lisps, you can set all desired variables and the make will create all images. -Run ./configure and make +Run autoconf , then ./configure and make Configure should be straightforward. Note you generally need to run it only once, even if you are building for many platforms.