Bump to autoconf 2.69 and automake 1.15.1
[deliverable/binutils-gdb.git] / sim / testsuite / 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
c906108c
SS
7AC_INIT(common/bits-tst.c)
8
9CC=${CC-cc}
10AC_SUBST(CC)
11AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
12AC_CANONICAL_SYSTEM
13
d0945c9b
AC
14# Configure sub-directory for appropriate targets
15case ${target} in
e8713c0f
MF
16 d10v-*-elf )
17 AC_CONFIG_SUBDIRS(d10v-elf)
18 ;;
d0945c9b
AC
19 frv-*-elf )
20 AC_CONFIG_SUBDIRS(frv-elf)
21 ;;
22 m32r-*-elf )
23 AC_CONFIG_SUBDIRS(m32r-elf)
24 ;;
25 mips64el-*-elf )
26 AC_CONFIG_SUBDIRS(mips64el-elf)
27 ;;
c906108c
SS
28esac
29
119da465 30sinclude(../configure.tgt)
c906108c 31
c906108c 32AC_OUTPUT(Makefile)
This page took 0.809617 seconds and 4 git commands to generate.