* libtool.m4: Accept darwin as an alias for rhapsody.

* ltmain.in: ditto.
This commit is contained in:
Sascha Schumann 2000-12-16 03:55:59 +00:00 committed by Gary V. Vaughan
parent 181f4634b7
commit e8a4133706
3 changed files with 6 additions and 3 deletions

View File

@ -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.

4
libtool.m4 vendored
View 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'

View File

@ -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"
;;