This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: More java patches committed


On Sun, Jul 23, 2000 at 10:06:41PM -0700, Anthony Green wrote:
> I finally checked in these changes....
> 
> http://sources.redhat.com/ml/gdb-patches/2000-q1/msg00515.html
> 
> AG
> 
> 

The gdb.java/configure is looking for a nonexistent file.  I used
the below patch to build this morning.

			-Clint


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.


Index: configure
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.java/configure,v
retrieving revision 1.1
diff -c -2 -p -r1.1 configure
*** configure	2000/07/24 04:34:52	1.1
--- configure	2000/07/24 12:42:15
*************** echo > confdefs.h
*** 459,463 ****
  # 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
  
  # Find the source files, if location was not specified.
--- 459,463 ----
  # 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=jmisc.exp
  
  # Find the source files, if location was not specified.
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.java/configure.in,v
retrieving revision 1.1
diff -c -2 -p -r1.1 configure.in
*** configure.in	2000/07/24 04:34:52	1.1
--- configure.in	2000/07/24 12:42:15
*************** dnl Process this file file with autoconf
*** 2,6 ****
  
  AC_PREREQ(2.5)
! AC_INIT(javamisc.exp)
  
  CC=${CC-cc}
--- 2,6 ----
  
  AC_PREREQ(2.5)
! AC_INIT(jmisc.exp)
  
  CC=${CC-cc}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]