]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/configure.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / 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.
ef44eed1 6
6c890568 7AC_PREREQ(2.5)
782445c7 8AC_INIT(a1-selftest.exp)
ef44eed1 9
782445c7
FF
10CC=${CC-cc}
11AC_SUBST(CC)
12AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
13AC_CANONICAL_SYSTEM
ef44eed1 14
782445c7 15AC_OUTPUT(Makefile)