Fix for assertion error when expanding macro.
[iverilog.git] / tgt-fpga / configure.in
blob725d36bdd54a18288dd477337ddee1859a65bdfe
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(fpga.c)
4 dnl Checks for programs.
5 AC_PROG_CC
7 AC_PROG_INSTALL
9 AC_CANONICAL_HOST
10 # $host
12 # Combined check for Microsoft-related bogosities; sets WIN32 if found
13 AX_WIN32
15 AC_CHECK_HEADERS(malloc.h)
17 # may modify CPPFLAGS and CFLAGS
18 AX_CPP_PRECOMP
20 # Compiler option for position independent code, needed when making shared objects.
21 AX_C_PICFLAG
23 # linker options when building a shared library
24 AX_LD_SHAREDLIB_OPTS
26 AX_CPP_IDENT
28 AC_OUTPUT(Makefile)