Changeset 12496 for trunk/psconfig/pschecklibs
- Timestamp:
- Mar 19, 2007, 1:03:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pschecklibs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pschecklibs
r12142 r12496 167 167 set nonomatch 168 168 foreach f ( $needlibs ) 169 foreach g ( $ syslibpath $libdir $libpath )169 foreach g ( $libdir $libpath $syslibpath ) 170 170 if (! -e $g) continue 171 171 set name = $g/lib$f.a … … 184 184 # check for termcap, curses, etc 185 185 foreach f ( ncurses curses termcap ) 186 foreach g ( $ syslibpath $libdir $libpath )186 foreach g ( $libdir $libpath $syslibpath ) 187 187 set name = $g/lib$f.a 188 188 if (-e $name[1]) goto got_curses; … … 207 207 endif 208 208 209 # add the CPATH 210 if ($?CPATH) then 211 set incpath = `echo $CPATH | tr ':' ' '` 212 else 213 set incpath = "" 214 endif 215 209 216 # check for headers 210 217 echo "" … … 213 220 set incdirs = "" 214 221 foreach f ( $needincs ) 215 foreach g ( $ sysincpath $incdir)222 foreach g ( $incdir $incpath $sysincpath ) 216 223 set name = "$g/$f" 217 224 if (-e $name) goto got_inc;
Note:
See TracChangeset
for help on using the changeset viewer.
