/[libtool]/libtool/libtool.m4
ViewVC logotype

Diff of /libtool/libtool.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.161 by gary, Sun Apr 22 22:13:49 2001 UTC revision 1.162 by gary, Mon Apr 23 00:12:01 2001 UTC
# Line 1506  else Line 1506  else
1506    
1507    darwin* | rhapsody*)    darwin* | rhapsody*)
1508      allow_undefined_flag='-undefined suppress'      allow_undefined_flag='-undefined suppress'
1509      archive_cmds='$CC `test .$module = .yes && echo -bundle || echo -dynamiclib` $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname `test -n "$verstring" -a x$verstring != x0.0 && echo $verstring`'      # FIXME: Relying on posixy $() will cause problems for
1510        #        cross-compilation, but unfortunately the echo tests do not
1511        #        yet detect zsh echo's removal of \ escapes.
1512        archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
1513      # We need to add '_' to the symbols in $export_symbols first      # We need to add '_' to the symbols in $export_symbols first
1514      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
1515      hardcode_direct=yes      hardcode_direct=yes
# Line 1928  darwin* | rhapsody*) Line 1931  darwin* | rhapsody*)
1931    version_type=darwin    version_type=darwin
1932    need_lib_prefix=no    need_lib_prefix=no
1933    need_version=no    need_version=no
1934    library_names_spec='${libname}${release}${versuffix}.`test .$module = .yes && echo so || echo dylib` ${libname}${release}${major}.`test .$module = .yes && echo so || echo dylib` ${libname}.`test .$module = .yes && echo so || echo dylib`'    # FIXME: Relying on posixy $() will cause problems for
1935    soname_spec='${libname}${release}${major}.`test .$module = .yes && echo so || echo dylib`'    #        cross-compilation, but unfortunately the echo tests do not
1936      #        yet detect zsh echo's removal of \ escapes.
1937      library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
1938      soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
1939    shlibpath_overrides_runpath=yes    shlibpath_overrides_runpath=yes
1940    shlibpath_var=DYLD_LIBRARY_PATH    shlibpath_var=DYLD_LIBRARY_PATH
1941    ;;    ;;

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26