Enable the use of a config.h file and autoheader. At this point we don't
commit2ef2f06125e19f57d5366c8fe4210deaa3e5bfd4
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Sep 2003 04:19:37 +0000 (1 04:19 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Sep 2003 04:19:37 +0000 (1 04:19 +0000)
treeb53727bd8f43931c7a0e798b0f6b2198da282d44
parentbdf061f6e72e6d2fadc5890c1d86d5b8efd6768a
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
Makefile.in
configure.in
misc/release