From 2ef2f06125e19f57d5366c8fe4210deaa3e5bfd4 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 1 Sep 2003 04:19:37 +0000 Subject: Enable the use of a config.h file and autoheader. At this point we don't actually *use* the resulting configuration file, but it keeps autoconf from creating an insanely long compiler command line, which can cause problems all by itself. Eventually we can do: #ifdef HAVE_CONFIG_H #include "config.h" #endif ... to get the same information. --- INSTALL | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 992b470d..db9fcadc 100644 --- a/INSTALL +++ b/INSTALL @@ -7,6 +7,7 @@ and GNU tools installed. If you checked out source from CVS you will need to run autoconf to generate configure, otherwise you don't have to. +$ autoheader $ autoconf Then run configure to detect your platform settings and generate makefiles. -- cgit v1.2.1