iverilog/tgt-stub/configure.in

29 lines
515 B
Plaintext
Raw Normal View History

2006-04-10 05:07:07 +02:00
dnl Process this file with autoconf to produce a configure script.
AC_INIT(stub.c)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_CANONICAL_HOST
# $host
AX_ENABLE_SUFFIX
2006-04-10 05:07:07 +02:00
# Combined check for Microsoft-related bogosities; sets WIN32 if found
AX_WIN32
# may modify CPPFLAGS and CFLAGS
AX_CPP_PRECOMP
2007-02-26 20:49:48 +01:00
# Compiler option for position independent code, needed when making shared objects.
2006-04-10 05:07:07 +02:00
AX_C_PICFLAG
# linker options when building a shared library
AX_LD_SHAREDLIB_OPTS
AX_CPP_IDENT
AC_OUTPUT(Makefile)