aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/configure.ac
blob: 6d5622e266548a46e9d4ec3a9988fe6ef103934c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)dnl
AC_INIT(Makefile.in)
sinclude(../common/acinclude.m4)

SIM_AC_COMMON

SIM_AC_OPTION_ENDIAN
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_WARNINGS

SIM_AC_OUTPUT