repo.or.cz
/
iverilog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for text macros with arguments.
[iverilog.git]
/
vpip
/
configure.in
blob
806974c512d9213fa2677a77874fc9841b41a4ea
1
AC_INIT(Makefile.in)
2
3
AC_CANONICAL_HOST
4
5
AC_PROG_CC
6
AC_CHECK_TOOL(STRIP, strip, true)
7
AC_PROG_INSTALL
8
9
AC_EXEEXT
10
AC_SUBST(EXEEXT)
11
12
# Combined check for Microsoft-related bogosities; sets WIN32 if found
13
AX_WIN32
14
15
# may modify CPPFLAGS and CFLAGS
16
AX_CPP_PRECOMP
17
18
# linker options when building a shared library
19
# AX_LD_SHAREDLIB_OPTS
20
21
AC_OUTPUT(Makefile)