First version committed to git
[zpugcc/jano.git] / toolchain / gdb / sim / testsuite / m32r-elf / configure.in
blobe74389e551e556b389fb5497542aac938179308e
1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory.  For more information, check
5 dnl any existing configure script.
7 AC_PREREQ(2.5)
8 dnl FIXME - think of a truly uniq file to this directory
9 AC_INIT(Makefile.in)
11 CC=${CC-cc}
12 AC_SUBST(CC)
13 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
14 AC_CANONICAL_SYSTEM
16 AC_SUBST(target_cpu)
19 AC_OUTPUT(Makefile)