* configure.in (AC_PREREQ): autoconf 2.5 or higher.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / configure.in
CommitLineData
782445c7
FF
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.
47882638 6
6c890568 7AC_PREREQ(2.5)
782445c7 8AC_INIT(sh3.mt)
47882638 9
782445c7
FF
10CC=${CC-cc}
11AC_SUBST(CC)
12AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
13AC_CANONICAL_SYSTEM
47882638
JK
14
15case "${target}" in
782445c7 16 hppa*-*-*) target_makefile_frag=hppa.mt ;;
782445c7 17 sh*-*-*) target_makefile_frag=sh3.mt ;;
782445c7 18 *-*-*) target_makefile_frag=default.mt ;;
47882638 19esac
782445c7
FF
20
21# We also need to use a makefile fragment for the embedded targets
22# to get the flags right to build the test cases
23AC_SUBST_FILE(target_makefile_frag)
24
25AC_OUTPUT(Makefile)
This page took 0.15899 seconds and 4 git commands to generate.