From d9f261306cd19b8157e4cb67586e006de61bdce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 12 Nov 2001 22:02:45 +0000 Subject: [PATCH] getting closer to have it working on Darwin systems, still obscure git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@717 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- acinclude.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 3f2e2b80b..7fa4d7a84 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1582,12 +1582,13 @@ else # yet detect zsh echo's removal of \ escapes. # Hack from libtool mailing list to workaround a problem on Darwin --SF # archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring' - archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $linker_flags -install_name $rpath/$soname $verstring' + archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs $linker_flags -install_name $rpath/$soname $verstring' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes hardcode_shlibpath_var=no - whole_archive_flag_spec='-all_load $convenience' +# whole_archive_flag_spec='-all_load $convenience' + whole_archive_flag_spec= ;; freebsd1*)