+1998-11-24 David Heine <dlheine@truffle.Stanford.EDU>
+
+ * ltmain.in (pass_all): actively pass the flags
+
1998-11-24 Thomas Tanner <tanner@gmx.de>
* depdemo: added inter-library dependencies demo (doesn't work yet!)
major=""
newdeplibs=
case "$check_shared_deplibs_method" in
- pass_all) ;; # Don't check for shared/static. Everything works.
+ pass_all)
+ newdeplibs=$deplibs
+ ;; # Don't check for shared/static. Everything works.
# This might be a little naive. We might want to check
# whether the library exists or not. But this is on
# osf3 & osf4 and I'm not really sure... Just