ChangeLog: Fix latest entry.

* ChangeLog: Fix latest entry.

From-SVN: r114249
This commit is contained in:
Thomas Fitzsimmons 2006-05-30 22:10:10 +00:00
parent e40122f0fa
commit 96a782e226
1 changed files with 3 additions and 2 deletions

View File

@ -10,12 +10,13 @@
already defined. Prepend GCJ_VERSIONED_LIBDIR to module search
path where necessary.
* configure.ac (GTK_AWT): Remove automake conditional.
Do not add gnu/java/awt/peer/gtk to standard.omit.
* include/jvm.h (_Jv_PrependVersionedLibdir): New function
declaration.
* gij.cc (main): Prepend LD_LIBRARY_PATH with GCJ_VERSIONED_LIBDIR
and re-exec self.
* Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR,
GIJ_EXECUTABLE and PATH_SEPARATOR macros.
* Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR and
PATH_SEPARATOR macros.
Remove lib-gnu-java-awt-peer-gtk.la and libgcjawt.la build logic.
* prims.cc (_Jv_PrependVersionedLibdir): New function.