xref: /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/configure.in (revision b725ae7711052a2233e31a66fefb8a752c388d7a)
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(objdbg01.exp)
9
10CC=${CC-cc}
11AC_SUBST(CC)
12AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../../..)
13AC_CANONICAL_SYSTEM
14AC_CONFIG_SUBDIRS(objdbg01 objdbg02 objdbg03 objdbg04)
15
16AC_OUTPUT(Makefile)
17