aboutsummaryrefslogtreecommitdiff
path: root/libjava/aclocal.m4
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2005-09-12 23:50:01 +0000
committerThomas Fitzsimmons <fitzsim@gcc.gnu.org>2005-09-12 23:50:01 +0000
commit16dab3e2212f60446e2adcb2925b70ead4b2b488 (patch)
tree2ff5cc5543bf82943e4d52d0a5d60c538282a664 /libjava/aclocal.m4
parentc35a51a54ef3a5f614f0e0e10710fce55fb0b6a4 (diff)
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
Diffstat (limited to 'libjava/aclocal.m4')
-rw-r--r--libjava/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/aclocal.m4 b/libjava/aclocal.m4
index 906fc0cad59..2f5e00b0e5b 100644
--- a/libjava/aclocal.m4
+++ b/libjava/aclocal.m4
@@ -1108,3 +1108,4 @@ m4_include([../config/no-executables.m4])
m4_include([../libtool.m4])
m4_include([mingwld.m4])
m4_include([pkg.m4])
+m4_include([shlibpath.m4])