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