Add support to skip import libraries for performance reasons and instead
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / configure.in
CommitLineData
c906108c
SS
1dnl Process this file file with autoconf to produce a configure script.
2
3AC_PREREQ(2.5)
4AC_INIT(chexp.exp)
5
6CC=${CC-cc}
7AC_SUBST(CC)
8AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
9AC_CANONICAL_SYSTEM
10
11AC_OUTPUT(Makefile)
This page took 0.272762 seconds and 4 git commands to generate.