* gdb.java/configure.in (AC_INIT): Use jmisc.exp.
authorAnthony Green <green@redhat.com>
Mon, 24 Jul 2000 14:44:16 +0000 (14:44 +0000)
committerAnthony Green <green@redhat.com>
Mon, 24 Jul 2000 14:44:16 +0000 (14:44 +0000)
* gdb.java/configure: Rebuild.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.java/configure
gdb/testsuite/gdb.java/configure.in

index e7965e7fc4f0284af3d829de8b77eab7be4ffdc7..a00c80dfcadf2a12d21441bcc973d58cdc5289b3 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
+
+       * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
+       * gdb.java/configure: Rebuild.
+
 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
 
        * gdb.java/jv-exp.exp: New file.
index 3aa10cf4804bed0253784dc69bdd9bd4c80081bc..6a41791173588d9d326cff11ad18a34dfe6b50b6 100755 (executable)
@@ -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
index 3c629278983866c115dcee2b3a548f003b3ea1da..12fd4c7be50bcec9e7363059d910f4d99456a706 100644 (file)
@@ -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)
This page took 0.029835 seconds and 4 git commands to generate.