comparison flibs.sh @ 1171:1347a762f3a7

[project @ 1995-03-21 14:08:05 by jwe]
author jwe
date Tue, 21 Mar 1995 14:08:05 +0000
parents a5c1b9b305dd
children fe5f25f61865
comparison
equal deleted inserted replaced
1170:9963da2d3755 1171:1347a762f3a7
55 for arg in $foutput 55 for arg in $foutput
56 do 56 do
57 if test -z "$want_arg" 57 if test -z "$want_arg"
58 then 58 then
59 case $arg in 59 case $arg in
60 /*.a | /*values-*.o) 60 /*.a | /*values-X*.o)
61 exists=false 61 exists=false
62 for f in $lflags 62 for f in $lflags
63 do 63 do
64 if test x$arg = x$f 64 if test x$arg = x$f
65 then 65 then