Changeset 38059 for branches/eam_branches/ipp-20150112/Ohana/configure.tcsh
- Timestamp:
- Mar 29, 2015, 6:14:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/configure.tcsh
r37807 r38059 230 230 231 231 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 232 set xtrlibpath = ` checkpaths.pl lib`232 set xtrlibpath = `./checkpaths.pl lib` 233 233 set syslibpath = "$syslibpath $xtrlibpath" 234 234 … … 249 249 250 250 set sysincpath = "/usr/include /usr/local/include /usr/X11R6/include" 251 set xtrincpath = ` checkpaths.pl include`251 set xtrincpath = `./checkpaths.pl include` 252 252 set sysincpath = "$sysincpath $xtrincpath" 253 253
Note:
See TracChangeset
for help on using the changeset viewer.
