Index: ChangeLog
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / configure.in
CommitLineData
7be570e7
JM
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.
6
7AC_PREREQ(2.5)
8AC_INIT(gdb.aCC)
9
10CC=${CC-cc}
11AC_SUBST(CC)
12AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
13AC_CANONICAL_SYSTEM
14
6aa4d13a 15AC_CONFIG_SUBDIRS(gdb.aCC gdb.base-hp gdb.compat gdb.defects gdb.objdbg)
7be570e7
JM
16
17AC_OUTPUT(Makefile)
This page took 0.502774 seconds and 4 git commands to generate.