From 746cbeb56f56b225f6f0814261ed8537fc8497ce Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 16 Dec 2000 03:59:51 +0000 Subject: [PATCH] * ltmain.in: Accept darwin as an alias for rhapsody. --- ChangeLog | 2 ++ ltmain.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 876b43d81..6c25b3627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-16 Sascha Schumann + * ltmain.in: Accept darwin as an alias for rhapsody. + * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20 methods to check for library dependencies on HPUX 11. diff --git a/ltmain.in b/ltmain.in index b30f00139..91c2d8858 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1129,7 +1129,7 @@ EOF $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" ;; -- 2.47.3