Changeset 33983 for branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
- Timestamp:
- Jun 1, 2012, 5:42:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
r31669 r33983 212 212 213 213 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib" 214 set xtrlibpath = `checkpaths.pl lib` 215 set syslibpath = "$syslibpath $xtrlibpath" 216 214 217 set needlibs = "" 215 218 set needlibs = "$needlibs png" … … 226 229 227 230 set sysincpath = "/usr/include /usr/local/include /usr/X11R6/include" 231 set xtrincpath = `checkpaths.pl include` 232 set sysincpath = "$sysincpath $xtrincpath" 228 233 229 234 set needincs = "" … … 334 339 echo "setting architecture to: $arch" 335 340 341 # add 342 336 343 # set up the basic directory names: 337 344 set root = `pwd` … … 707 714 EOF 708 715 exit 2; 716
Note:
See TracChangeset
for help on using the changeset viewer.
