]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/m32r-elf/configure.ac
* elfxx-tilegx.c (tilegx_elf_relocate_section): Silence bogus warning.
[thirdparty/binutils-gdb.git] / sim / testsuite / m32r-elf / configure.ac
CommitLineData
c906108c
SS
1dnl Process this file file with autoconf to produce a configure script.
2dnl This file is a shell script fragment that supplies the information
3dnl necessary to tailor a template configure script into the configure
4dnl script appropriate for this directory. For more information, check
5dnl any existing configure script.
6
b7026657 7AC_PREREQ(2.59)
c906108c
SS
8dnl FIXME - think of a truly uniq file to this directory
9AC_INIT(Makefile.in)
10
11CC=${CC-cc}
12AC_SUBST(CC)
13AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
14AC_CANONICAL_SYSTEM
15
16AC_SUBST(target_cpu)
17
18
19AC_OUTPUT(Makefile)