diff options
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/libltdl/ChangeLog | 4 | ||||
-rwxr-xr-x | libjava/libltdl/configure | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libjava/libltdl/ChangeLog b/libjava/libltdl/ChangeLog index 62f8138..f510aa9 100644 --- a/libjava/libltdl/ChangeLog +++ b/libjava/libltdl/ChangeLog @@ -1,3 +1,7 @@ +2006-04-08 Andreas Tobler <a.tobler@schweiz.ch> + + * configure: Rebuilt. + 2006-04-06 Andreas Tobler <a.tobler@schweiz.ch> * acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate diff --git a/libjava/libltdl/configure b/libjava/libltdl/configure index 3c8e9fe..75fde31 100755 --- a/libjava/libltdl/configure +++ b/libjava/libltdl/configure @@ -20477,6 +20477,7 @@ if test "${libltdl_cv_shlibext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else +## GCJ LOCAL: gcj specific stuff. Please keep it. # Here in libltdl for libgcj we don't build modules for darwin. # So we say no. Then the extension gets .dylib which is the right # thing for shared libraries on darwin. Please keep me next time you @@ -21338,7 +21339,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 21341 "configure" +#line 21342 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |