summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.java
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2000-07-24 14:44:16 +0000
committerAnthony Green <green@redhat.com>2000-07-24 14:44:16 +0000
commit7369ff18e8909564ce24f463991e869a3df71726 (patch)
tree7f6baa8ee2ff45f9a72ab0d6a22e1c79e7d6989c /gdb/testsuite/gdb.java
parentc61ea56d06e2d050f2ab0970068cf384b9593400 (diff)
downloadgdb-7369ff18e8909564ce24f463991e869a3df71726.tar.gz
* gdb.java/configure.in (AC_INIT): Use jmisc.exp.
* gdb.java/configure: Rebuild.
Diffstat (limited to 'gdb/testsuite/gdb.java')
-rwxr-xr-xgdb/testsuite/gdb.java/configure2
-rw-r--r--gdb/testsuite/gdb.java/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.java/configure b/gdb/testsuite/gdb.java/configure
index 3aa10cf4804..6a417911735 100755
--- a/gdb/testsuite/gdb.java/configure
+++ b/gdb/testsuite/gdb.java/configure
@@ -458,7 +458,7 @@ echo > confdefs.h
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=javamisc.exp
+ac_unique_file=jmisc.exp
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
diff --git a/gdb/testsuite/gdb.java/configure.in b/gdb/testsuite/gdb.java/configure.in
index 3c629278983..12fd4c7be50 100644
--- a/gdb/testsuite/gdb.java/configure.in
+++ b/gdb/testsuite/gdb.java/configure.in
@@ -1,7 +1,7 @@
dnl Process this file file with autoconf to produce a configure script.
AC_PREREQ(2.5)
-AC_INIT(javamisc.exp)
+AC_INIT(jmisc.exp)
CC=${CC-cc}
AC_SUBST(CC)