aboutsummaryrefslogtreecommitdiff
path: root/sim/example-synacor/configure.ac
blob: 13b311197e3613892274c78e368bf42d083c48d3 (plain)
1
2
3
4
5
6
7
8
9
10
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])

SIM_AC_COMMON

SIM_AC_OPTION_ENDIAN(LITTLE)
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)

SIM_AC_OUTPUT