re PR libgcj/23762 (java.library.path should default to value of environment variable...
authorThomas Fitzsimmons <fitzsim@redhat.com>
Mon, 12 Sep 2005 23:50:01 +0000 (23:50 +0000)
committerThomas Fitzsimmons <fitzsim@gcc.gnu.org>
Mon, 12 Sep 2005 23:50:01 +0000 (23:50 +0000)
commit16dab3e2212f60446e2adcb2925b70ead4b2b488
tree2ff5cc5543bf82943e4d52d0a5d60c538282a664
parentc35a51a54ef3a5f614f0e0e10710fce55fb0b6a4
re PR libgcj/23762 (java.library.path should default to value of environment variable specified by LTDL_SHLIBPATH_VAR)

2005-09-12  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/23762
* shlibpath.m4: New file.
* configure.ac: If libltdl is being used call AC_LTDL_SHLIBPATH
macro.
* gnu/classpath/natSystemProperties.cc (insertSystemProperties)
[USE_LTDL]: If it was not defined with -D set java.library.path to
the value of LTDL_SHLIBPATH_VAR.

From-SVN: r104198
libjava/ChangeLog
libjava/Makefile.in
libjava/aclocal.m4
libjava/configure
libjava/configure.ac
libjava/gcj/Makefile.in
libjava/gnu/classpath/natSystemProperties.cc
libjava/include/Makefile.in
libjava/include/config.h.in
libjava/shlibpath.m4 [new file with mode: 0644]
libjava/testsuite/Makefile.in