* configure.ac: If build != host, create a separate build-config.h

file desecribing the build machine.
	* configure: Regenerate.
	* lf.c: Include build-config.h instead of config.h.
	* dgen.c: Likewise.
	* igen.c: Likewise.
	* misc.c: Likewise.
	* misc.h: Likewise.
	* filter.c: Likewise.
	* table.c: Likewise.
This commit is contained in:
Nathan Froyd
2009-11-14 02:22:32 +00:00
parent 4473e00469
commit 68a3e151da
10 changed files with 73 additions and 7 deletions

View File

@ -21,7 +21,7 @@
#include <stdio.h>
#include "config.h"
#include "build-config.h"
#ifdef HAVE_STRING_H
#include <string.h>