diff options
author | Daniel Jacobowitz <dan@debian.org> | 2007-10-08 12:41:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2007-10-08 12:41:25 +0000 |
commit | 452904f8057b7de43767e2ad9a8e42f8af992c36 (patch) | |
tree | 11024f31bece16a85a7949f3084aa91c6d21a90b /gdb/testsuite/configure | |
parent | 137f544a06cc65455456c5b2b38c185c3316293f (diff) | |
download | gdb-452904f8057b7de43767e2ad9a8e42f8af992c36.tar.gz |
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
* configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
* configure: Regenerated.
* gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
gdb.pascal/types.exp, lib/pascal.exp: New files.
Diffstat (limited to 'gdb/testsuite/configure')
-rwxr-xr-x | gdb/testsuite/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index fc6c49099e5..3d330086494 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -3104,7 +3104,7 @@ done - ac_config_files="$ac_config_files Makefile gdb.ada/Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile gdb.mi/Makefile gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile" + ac_config_files="$ac_config_files Makefile gdb.ada/Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile gdb.mi/Makefile gdb.objc/Makefile gdb.pascal/Makefile gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure |