mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* ltconfig.in (symxfrm): don't print $pipe_works twice, once for
each $ac_symprfx Reported by Godmar Back <gback@cs.utah.edu>
This commit is contained in:
parent
40ef9f4a1f
commit
24b3c755d8
@ -1,5 +1,9 @@
|
||||
1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (symxfrm): don't print $pipe_works twice, once for
|
||||
each $ac_symprfx
|
||||
Reported by Godmar Back <gback@cs.utah.edu>
|
||||
|
||||
* 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user