]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Accept darwin as an alias for rhapsody.
authorSascha Schumann <sascha@schumann.cx>
Sat, 16 Dec 2000 03:55:59 +0000 (03:55 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Dec 2000 03:55:59 +0000 (03:55 +0000)
* ltmain.in: ditto.

ChangeLog
libtool.m4
ltmain.in

index dbeaf075df12e0cbc5e8aecbf387cf8073801699..d44f10120a8122f04a009cec5a8dc88b636d2ac7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-12-16  Sascha Schumann <sascha@schumann.cx>
 
+       * libtool.m4: Accept darwin as an alias for rhapsody.
+       * ltmain.in: ditto.
+       
        * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20
        methods to check for library dependencies on HPUX 11.
 
index 3262d9b648e09ecd55df4c863bb11c15589c37dc..89e2e4fe6cd9481088a509d4549f92d365bf5ff6 100644 (file)
@@ -1549,7 +1549,7 @@ else
     hardcode_libdir_flag_spec='-rpath $libdir'
     hardcode_libdir_separator=:
     ;;
-  rhapsody*)
+  rhapsody*|darwin*)
     archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linker_flags'
     hardcode_libdir_flags_spec='-L$libdir'
     hardcode_direct=yes
@@ -1963,7 +1963,7 @@ osf3* | osf4* | osf5*)
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
-rhapsody*)
+rhapsody*|darwin*)
   version_type=sunos
   library_names_spec='${libname}.so'
   soname_spec='${libname}.so'
index 147e39cdac99872cd19eaef83cf7a8cd36db015a..22dee29805d08778da33148a3bad24bebcacdfb9 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1058,7 +1058,7 @@ compiler."
          $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
          fast_install=no
          ;;
-        *-*-rhapsody*)
+        *-*-rhapsody*|*-*-darwin*)
          # rhapsody is a little odd...
          deplibs="$deplibs -framework System"
          ;;