Changeset 12924
- Timestamp:
- Apr 19, 2007, 11:20:55 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pschecklibs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pschecklibs
r12858 r12924 39 39 mkdir -p $incdir 40 40 41 # I supplement this list with L D_LIBRARY_PATH below41 # I supplement this list with LIBRARY_PATH below 42 42 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib " 43 43 set needlibs = "" … … 168 168 echo "setting architecture to: $arch" 169 169 170 # add the L D_LIBRARY_PATH171 if ($?L D_LIBRARY_PATH) then172 set libpath = `echo $LD_LIBRARY_PATH | tr ':' ' '`170 # add the LIBRARY_PATH 171 if ($?LIBRARY_PATH) then 172 set libpath = `echo LIBRARY_PATH | tr ':' ' '` 173 173 else 174 174 set libpath = ""
Note:
See TracChangeset
for help on using the changeset viewer.
