Mercurial > hg > octave-lyh
comparison flibs.sh @ 1042:1173ee1952be
[project @ 1995-01-18 15:52:21 by jwe]
author | jwe |
---|---|
date | Wed, 18 Jan 1995 15:52:21 +0000 |
parents | 3984a1e61ebc |
children | a5c1b9b305dd |
comparison
equal
deleted
inserted
replaced
1041:7dbf5bb19bde | 1042:1173ee1952be |
---|---|
46 fi | 46 fi |
47 | 47 |
48 flibs= | 48 flibs= |
49 lflags= | 49 lflags= |
50 | 50 |
51 # If want arg is set, we know we want the arg to be added to the list, | 51 # If want_arg is set, we know we want the arg to be added to the list, |
52 # so we don't have to examine it. | 52 # so we don't have to examine it. |
53 want_arg= | 53 want_arg= |
54 | 54 |
55 for arg in $foutput | 55 for arg in $foutput |
56 do | 56 do |
70 then | 70 then |
71 arg= | 71 arg= |
72 else | 72 else |
73 lflags="$lflags $arg" | 73 lflags="$lflags $arg" |
74 fi | 74 fi |
75 ;; | |
76 -lang*) | |
77 arg= | |
75 ;; | 78 ;; |
76 -[lL]*) | 79 -[lL]*) |
77 exists=false | 80 exists=false |
78 for f in $lflags | 81 for f in $lflags |
79 do | 82 do |