Bump to autoconf 2.69 and automake 1.15.1
[deliverable/binutils-gdb.git] / sim / moxie / configure.ac
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Makefile.in)
3sinclude(../common/acinclude.m4)
4
5SIM_AC_COMMON
6
7AC_CHECK_TOOL(DTC, dtc)
8
9SIM_AC_OPTION_ENDIAN(BIG)
10SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
11SIM_AC_OPTION_WARNINGS
12
13SIM_AC_OUTPUT
This page took 0.024131 seconds and 4 git commands to generate.