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]

[PATCH] gdb.java/configure.in


gdb.java/configure.in erroneously specified a nonexistent file javamisc.exp
as unique file.

- Jimmy

Thu Jul 27 17:23:22	Jimmy Guo	<guo@cup.hp.com>
	* gdb.java/configure.in: Use jmisc.exp as unique file.
	* gdb.java/configure: Rebuilt.

Index: gdb.java/configure.in
/usr/local/bin/diff -c -w -L gdb.java/configure.in gdb.java/configure.in@@/main/cygnus/0 gdb.java/configure.in
*** gdb.java/configure.in
--- gdb.java/configure.in	Thu Jul 27 17:21:23 2000
***************
*** 1,7 ****
  dnl Process this file file with autoconf to produce a configure script.
  
  AC_PREREQ(2.5)
! AC_INIT(javamisc.exp)
  
  CC=${CC-cc}
  AC_SUBST(CC)
--- 1,7 ----
  dnl Process this file file with autoconf to produce a configure script.
  
  AC_PREREQ(2.5)
! AC_INIT(jmisc.exp)
  
  CC=${CC-cc}
  AC_SUBST(CC)
Index: gdb.java/configure
/usr/local/bin/diff -c -w -L gdb.java/configure gdb.java/configure@@/main/cygnus/0 gdb.java/configure
*** gdb.java/configure
--- gdb.java/configure	Thu Jul 27 17:22:21 2000
***************
*** 458,464 ****
  
  # 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.
  if test -z "$srcdir"; then
--- 458,464 ----
  
  # 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.
  if test -z "$srcdir"; then


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