diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2006-04-08 00:33:30 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2006-04-08 00:33:30 +0200 |
commit | a05906031a66c96a5647f8ce6fe0a180b9a8021f (patch) | |
tree | 96cf421fa26afaaf33f0446d271384a5800e0399 | |
parent | 9d746d5e11d4ab6d9449815d7489ac7917361ddc (diff) | |
download | gcc-a05906031a66c96a5647f8ce6fe0a180b9a8021f.zip gcc-a05906031a66c96a5647f8ce6fe0a180b9a8021f.tar.gz gcc-a05906031a66c96a5647f8ce6fe0a180b9a8021f.tar.bz2 |
configure: Rebuilt.
2006-04-08 Andreas Tobler <a.tobler@schweiz.ch>
* configure: Rebuilt.
From-SVN: r112766
-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 |