iverilog/vpip/configure.in

22 lines
353 B
Plaintext
Raw Permalink Normal View History

2001-03-14 20:27:44 +01:00
AC_INIT(Makefile.in)
AC_CANONICAL_HOST
2001-03-14 20:27:44 +01:00
AC_PROG_CC
2001-04-27 01:32:02 +02:00
AC_CHECK_TOOL(STRIP, strip, true)
2001-03-14 20:27:44 +01:00
AC_PROG_INSTALL
AC_EXEEXT
2004-02-15 04:17:36 +01:00
AC_SUBST(EXEEXT)
2001-05-20 17:09:39 +02:00
2004-02-15 04:17:36 +01:00
# Combined check for Microsoft-related bogosities; sets WIN32 if found
AX_WIN32
2001-05-20 17:09:39 +02:00
2004-09-28 00:34:10 +02:00
# may modify CPPFLAGS and CFLAGS
AX_CPP_PRECOMP
2004-09-28 00:34:10 +02:00
# linker options when building a shared library
# AX_LD_SHAREDLIB_OPTS
2001-03-14 20:27:44 +01:00
AC_OUTPUT(Makefile)