From: Alexandre Oliva Date: Mon, 11 Jan 1999 06:33:33 +0000 (+0000) Subject: * ltconfig.in (symxfrm): don't print $pipe_works twice, once for X-Git-Tag: automake_1-4~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b3c755d8e04f11f18f3bc74fe6a2a668a90621;p=thirdparty%2Flibtool.git * ltconfig.in (symxfrm): don't print $pipe_works twice, once for each $ac_symprfx Reported by Godmar Back --- diff --git a/ChangeLog b/ChangeLog index e214829f9..dc211c042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-01-11 Alexandre Oliva + * ltconfig.in (symxfrm): don't print $pipe_works twice, once for + each $ac_symprfx + Reported by Godmar Back + * ltmain.in (convenience, libobjs): get only .o and .lo files from the files extract from the convenience library. Some systems, such as FreeBSD2, will add a SYMDEF file, that is not an object diff --git a/ltconfig.in b/ltconfig.in index 2a1f0f9a9..12e99cf47 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1495,13 +1495,13 @@ EOF $rm conftest* # Do not use the global_symbol_pipe unless it works. - echo "$ac_t$pipe_works" 1>&6 if test "$pipe_works" = yes; then break else global_symbol_pipe= fi done +echo "$ac_t$pipe_works" 1>&6 # Check hardcoding attributes. echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6