]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.threads/configure.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / configure.in
CommitLineData
e0effbae
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.
f27ffb51 6
e0effbae
FF
7AC_PREREQ(2.5)
8AC_INIT(pthreads.exp)
9AC_CONFIG_HEADER(config.h:config.in)
f27ffb51 10
e0effbae
FF
11CC=${CC-cc}
12AC_SUBST(CC)
13AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
14AC_CANONICAL_SYSTEM
f27ffb51 15
e0effbae 16AC_CHECK_HEADERS(pthread.h)
f27ffb51 17
e0effbae 18AC_OUTPUT(Makefile)