Changeset 37985
- Timestamp:
- Mar 20, 2015, 2:47:09 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/configure.tcsh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/configure.tcsh
r37807 r37985 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.
