]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.hp/gdb.objdbg/configure.ac
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.objdbg / configure.ac
1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
6
7 AC_PREREQ(2.59)
8 AC_INIT(objdbg01.exp)
9
10 CC=${CC-cc}
11 AC_SUBST(CC)
12 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../../..)
13 AC_CANONICAL_SYSTEM
14 AC_CONFIG_SUBDIRS(objdbg01 objdbg02 objdbg03 objdbg04)
15
16 AC_OUTPUT(Makefile)