]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [gnu*]: Remove spurious
authorMark Kettenis <kettenis@gnu.org>
Mon, 23 Jul 2001 00:30:00 +0000 (00:30 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 23 Jul 2001 00:30:00 +0000 (00:30 +0000)
"break" and bogus comment
(_LT_AC_LANG_CXX_CONFIG): Add support for the Hurd.
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Add support for the Hurd.

ChangeLog
libtool.m4
ltdl.m4

index 2b0b44e2131b9dd0896dbce7c1658bd514f1f0d6..479c4680a8af96565b00bbb15dfbc9d95bcf32e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [gnu*]: Remove spurious
+       "break" and bogus comment
+       (_LT_AC_LANG_CXX_CONFIG): Add support for the Hurd.
+       * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Add support for the Hurd.
+
 2001-07-16  Robert Boehne  <rboehne@ricardo-us.com>, Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
 
        * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): add cases and comments for
index 754bc65391cb5e54b14c70fe582776ac0e8f56a5..9a4e8944768f48c605f630537fde96c2738829a0 100644 (file)
@@ -559,8 +559,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     # Under GNU Hurd, this test is not required because there is
     # no limit to the length of command line arguments.
     # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;    # 12K is about right
-    break
+    lt_cv_sys_max_cmd_len=-1;
     ;;
     
   *)
@@ -2469,6 +2468,8 @@ case $host_os in
     # conventions
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
     ;;
+  gnu*)
+    ;;
   hpux*)
     if test $with_gnu_ld = no; then
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
diff --git a/ltdl.m4 b/ltdl.m4
index c0a793d84ea34b5c2c075258d30f0f5a44aa9d37..c5826ed26231df49b6aa301e190087ce4d09aa43 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -84,6 +84,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
        aix[45]*)
          libltdl_cv_sys_dlopen_deplibs=yes
          ;;
+       gnu*)
+         libltdl_cv_sys_dlopen_deplibs=yes
+         ;;
        irix[12345]*|irix6.[01]*)
          # Catch all versions of IRIX before 6.2, and indicate that we don't
          # know how it worked for any of those versions.