* config/tc-i386.c (tc_i386_fix_adjustable): Change ifndef
[deliverable/binutils-gdb.git] / sim / testsuite / configure.in
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.
6
7 AC_PREREQ(2.5)
8 dnl FIXME - think of a truly uniq file to this directory
9 AC_INIT(d30v-elf)
10
11 CC=${CC-cc}
12 AC_SUBST(CC)
13 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
14 AC_CANONICAL_SYSTEM
15
16 # Directories to use in all configurations.
17 configdirs=""
18
19
20 # add test sub-directory for appropriate targets
21 case "${target}" in
22 # start-sanitize-d30v
23 d30v-*-elf) configdirs="${configdirs} d30v-elf" ;;
24 # end-sanitize-d30v
25 *) ;;
26 esac
27
28 # configure the subdirectories too
29 AC_CONFIG_SUBDIRS($configdirs)
30
31 AC_OUTPUT(Makefile)
This page took 0.029379 seconds and 4 git commands to generate.